Skip to content

Commit

Permalink
Add the nanosaver project icon to resulting Windows application. (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
t52ta6ek committed Aug 3, 2023
1 parent 21e85bd commit 4257ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build binary
run: |
python setup.py -V
pyinstaller --onefile -p src -n nanovna-saver.exe nanovna-saver.py
pyinstaller --onefile -i icon_48x48.ico -p src -n nanovna-saver.exe nanovna-saver.py
- name: Archive production artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 4257ac1

Please sign in to comment.