mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
More SDL.dll -> SDL2.dll
This commit is contained in:
parent
41f0365de1
commit
5a42d90ee6
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ datasrc/*.pyc
|
|||
objs
|
||||
src/game/generated
|
||||
SDL.dll
|
||||
SDL2.dll
|
||||
freetype.dll
|
||||
|
||||
crapnet*
|
||||
|
|
|
@ -68,7 +68,7 @@ if include_data and not use_bundle:
|
|||
copydir("data", package_dir)
|
||||
if platform[:3] == "win":
|
||||
shutil.copy("other/config_directory.bat", package_dir)
|
||||
shutil.copy("SDL.dll", package_dir)
|
||||
shutil.copy("SDL2.dll", package_dir)
|
||||
shutil.copy("freetype.dll", package_dir)
|
||||
if platform == "win32":
|
||||
shutil.copy("libgcc_s_sjlj-1.dll", package_dir)
|
||||
|
|
Loading…
Reference in a new issue