Skip to content

Commit

Permalink
Refactor pyinstaller command in python-package.yml to use --windowed …
Browse files Browse the repository at this point in the history
…option for GUI application
  • Loading branch information
H1B0B0 committed Jun 9, 2024
1 parent ab0a24b commit 888761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
ROLE_ID: ${{ secrets.ROLE_ID }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
pyinstaller --additional-hooks-dir=./hooks --noconfirm --onefile --icon "D:\\a\\twitch-Viewerbot\\twitch-Viewerbot\\src\\twitchbot\\interface_assets\\R.ico" --name "Twitch ViewerBOT Premium" --clean `
pyinstaller --additional-hooks-dir=./hooks --noconfirm --windowed --onefile --icon "D:\\a\\twitch-Viewerbot\\twitch-Viewerbot\\src\\twitchbot\\interface_assets\\R.ico" --name "Twitch ViewerBOT Premium" --clean `
--add-data "D:\\a\\twitch-Viewerbot\\twitch-Viewerbot\\src\\twitchbot\\interface_assets;interface_assets/" `
--add-data "D:\\a\\twitch-Viewerbot\\twitch-Viewerbot\\src\\twitchbot;twitchbot/" `
--add-data "${env:pythonLocation}\\Lib\\site-packages\\customtkinter;customtkinter/" `
Expand Down

0 comments on commit 888761d

Please sign in to comment.