remove noupx and onefile args that already exist in spec file

This commit is contained in:
Jay Lee
2022-03-30 07:29:11 -04:00
committed by GitHub
parent cc23f98078
commit e1600eadbc

View File

@@ -445,7 +445,7 @@ jobs:
echo "gampath=${gampath}" >> $GITHUB_ENV
echo "gam=${gam}" >> $GITHUB_ENV
echo -e "GAM: ${gam}\nGAMPATH: ${gampath}"
"${PYTHON}" -m PyInstaller --clean --noupx --strip --onefile --distpath="${gampath}" gam.spec
"${PYTHON}" -m PyInstaller --clean --distpath="${gampath}" gam.spec
- name: Basic Tests all jobs
run: |