summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pyinstaller-release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pyinstaller-release.yaml b/.github/workflows/pyinstaller-release.yaml
index 2b1a9a7..84166d7 100644
--- a/.github/workflows/pyinstaller-release.yaml
+++ b/.github/workflows/pyinstaller-release.yaml
@@ -71,9 +71,9 @@ jobs:
TARGET_ARCH: ${{ matrix.arch }}
run: |
if [ "${{ matrix.arch }}" = "arm64" ]; then
- pyinstaller --onefile --target-arch aarch64 pix.spec
+ pyinstaller --target-arch aarch64 pix.spec
else
- pyinstaller --onefile pix.spec
+ pyinstaller pix.spec
fi
- name: Rename the executable