From e1600eadbcd281e9c098344ae453266e5bc33e08 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 30 Mar 2022 07:29:11 -0400 Subject: [PATCH] remove noupx and onefile args that already exist in spec file --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 339a13da..b3e1b1d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |