diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-13 13:13:39 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-13 13:13:39 -0600 |
commit | de231966921dc87e6f6420c5da39a21bb403fc10 (patch) | |
tree | a6aa42b3aa32e28d71a210d080a02c5ed4bc5f45 /.github/workflows/ci.yml | |
parent | ea2d292561d940378eb155ffdcaa11d06d0e8b0a (diff) |
update pyinstaller
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 789612e..8b6c47f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Package for Windows run: | pip install -r requirements.txt - pyinstaller --add-data "assets;assets" --onefile --noconfirm --collect-data sv_ttk --name GCPyramid --icon assets/logo.jpeg --windowed main.py + pyinstaller --add-data "assets:assets" --onefile --noconfirm --collect-data sv_ttk --name GCPyramid --icon assets/logo.jpeg --windowed main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme |