Skip to content

Commit

Permalink
Fix Sun Valley theme in pyinstaller builds (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychouskie authored May 9, 2024
1 parent 577feee commit 836e301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
spec: 'REVHubInterface-mac.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'REVHubInterface_Mac_Binary'
options: --onefile, --name "REVHubInterface", --windowed,
options: --onefile, --name "REVHubInterface", --windowed, --collect-data "sv_ttk",
- name: Make DMG
uses: QQxiaoming/[email protected]
with:
Expand All @@ -37,7 +37,7 @@ jobs:
spec: 'REVHubInterface.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'REVHubInterface_Windows'
options: --onefile, --name "REVHubInterface", --windowed,
options: --onefile, --name "REVHubInterface", --windowed, --collect-data "sv_ttk",
pyinstaller-build-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -49,7 +49,7 @@ jobs:
spec: 'REVHubInterface.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'REVHubInterface_Linux'
options: --onefile, --name "REVHubInterface", --windowed,
options: --onefile, --name "REVHubInterface", --windowed, --collect-data "sv_ttk",



0 comments on commit 836e301

Please sign in to comment.