Fixed windows SDL2 build, finished removing fmod dependency

This commit is contained in:
xawotihs
2016-06-08 23:45:42 +02:00
parent c9ee4a304e
commit 3e7ecd51fd
5 changed files with 28 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ artifacts:
# scripts to run before deployment
before_deploy:
- cd projects/mtg/bin
- "C:/Python27/python.exe createWindowsZip.py"
- "C:/Python27/python.exe createWindowsZip.py -b ../../../build"
- cd ../../..
# scripts to run after deployment