Skip to content

Commit

Permalink
changed the method to execute the code
Browse files Browse the repository at this point in the history
  • Loading branch information
H1B0B0 committed Aug 17, 2023
1 parent e98f09a commit adbdc34
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 @@ -66,7 +66,7 @@ jobs:
- name: Run PyInstaller
if: startsWith(github.ref, 'refs/tags/')
run: |
pyinstaller --noconfirm --onefile --console --icon "D:\\a\\twitch-Viewerbot\\twitch-Viewerbot\\src\\twitchbot\\interface_assets\\R.ico" --name "Twitch ViewerBOT" --clean `
pyinstaller --noconfirm --onefile --windowed --icon "D:\\a\\twitch-Viewerbot\\twitch-Viewerbot\\src\\twitchbot\\interface_assets\\R.ico" --name "Twitch ViewerBOT" --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 adbdc34

Please sign in to comment.