Set Python 3.7 (#899)

This commit is contained in:
Ross Scroggs
2019-04-23 10:06:54 -07:00
committed by Jay Lee
parent 22c7609e0d
commit 2e103a2d69

View File

@@ -10,7 +10,7 @@ del /q /f *.wixpdb
set WIXVERSION=3.11
c:\python27-32\scripts\pyinstaller --clean -F --distpath=gam windows-gam.spec
c:\python37-32\scripts\pyinstaller --clean -F --distpath=gam windows-gam.spec
xcopy LICENSE gam\
xcopy whatsnew.txt gam\
xcopy gam-setup.bat gam\
@@ -18,7 +18,7 @@ xcopy GamCommands.txt gam\
del gam\w9xpopen.exe
"%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
c:\python27-64\scripts\pyinstaller --clean -F --distpath=gam-64 windows-gam.spec
c:\python37-64\scripts\pyinstaller --clean -F --distpath=gam-64 windows-gam.spec
xcopy LICENSE gam-64\
xcopy whatsnew.txt gam-64\
xcopy gam-setup.bat gam-64\