Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Aug 28, 2024
1 parent 72544cb commit 298021d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
- name: Build with PyInstaller (Windows)
run: |
python -m PyInstaller -F -i PyBuild/icon.ico -n FeedTheForge-Windows --add-data feedtheforge/lang:feedtheforge/lang --upx-dir PyBuild __main__.py
- name: UPX
run: |
cd PyBuild
upx.exe -f -9 ../dist/FeedTheForge-Windows.exe
cd ..
- name: Upload (Windows)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 298021d

Please sign in to comment.