Hoping we don't need 32-bit Program Files...

This commit is contained in:
Jay Lee
2019-04-12 10:30:36 -04:00
parent 90b8751874
commit 5680bc05b5

View File

@@ -33,8 +33,8 @@ install:
- cp whatsnew.txt gam
- cp GamCommands.txt gam
- if [[ "$TRAVIS_OSNAME" == "windows" ]]; then
set
ls -l $ProgramFiles;
ls -l $ProgramFiles(x86);
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.zip;
$ProgramFiles/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;
else