Skip to content

Commit

Permalink
no more setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gusborg88 authored May 25, 2024
1 parent d0bdd8b commit 380823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install pyinstaller numpy pydub luaparser pyqt6
- name: Build with PyInstaller
run: |
pyinstaller --onefile setup.py --icon=${{ matrix.icon }} --noconsole -n "FNF Porter dev-${{ github.run_number }}"
pyinstaller --onefile main.py --icon=${{ matrix.icon }} --noconsole -n "FNF Porter dev-${{ github.run_number }}"
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 380823e

Please sign in to comment.