Skip to content

Commit

Permalink
Fix file path in pyinstaller command
Browse files Browse the repository at this point in the history
  • Loading branch information
H1B0B0 committed Feb 23, 2024
1 parent 0d54178 commit 1d8de1e
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 @@ -68,7 +68,7 @@ jobs:
run: |
pyinstaller --noconfirm --onefile --windowed --icon "D:\\a\\Kick-Viewerbot\\Kick-Viewerbot\\src\\R.ico" --name "Kick ViewerBOT" --clean `
--add-data "D:\\a\\Kick-Viewerbot\\Kick-Viewerbot\\src;src/" `
--add-data "D:\\a\\Kick-Viewerbot\\Kick-Viewerbot\\src\\R.ico" `
--add-data "D:\\a\\Kick-Viewerbot\\Kick-Viewerbot\\src\\R.ico:R.ico" `
--add-data "${env:pythonLocation}\\Lib\\site-packages\\customtkinter;customtkinter/" `
--add-data "${env:pythonLocation}\\Lib\\site-packages\\streamlink;streamlink/" `
--add-data "${env:pythonLocation}\\Lib\\site-packages\\fake_useragent;fake_useragent/" `
Expand Down

0 comments on commit 1d8de1e

Please sign in to comment.