Skip to content

Commit

Permalink
Fixing tkinter on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious authored Sep 26, 2024
1 parent 7679463 commit fb95d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ jobs:
run: |
if [ "$Release" == "Release" ]; then
ccache --show-stats
nuitka --standalone --onefile --follow-imports --include-data-dir=.seleniumwire=seleniumwire StreamLabsTikTokStreamKeyGenerator.py
nuitka --standalone --onefile --follow-imports --enable-plugin=tk-inter --include-data-dir=.seleniumwire=seleniumwire StreamLabsTikTokStreamKeyGenerator.py
ccache --show-stats
else
ccache --show-stats
nuitka --standalone --onefile --follow-imports --include-data-dir=.seleniumwire=seleniumwire StreamLabsTikTokStreamKeyGenerator.py
nuitka --standalone --onefile --follow-imports --enable-plugin=tk-inter --include-data-dir=.seleniumwire=seleniumwire StreamLabsTikTokStreamKeyGenerator.py
ccache --show-stats
fi
Expand Down

0 comments on commit fb95d71

Please sign in to comment.