Skip to content

Commit

Permalink
Update windows_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder authored Dec 23, 2023
1 parent 2a5e954 commit fb15673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build
run: |
pyinstaller --add-data ./heimdall:heimdall --onefile guiunstable.py
pyinstaller --add-data ./heimdall:heimdall --add-data "./python-logo-only.svg:. --onefile -w guiunstable.py
mv dist/* dist/SamsungFlashGUI.exe
- name: Release
Expand Down

0 comments on commit fb15673

Please sign in to comment.