We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66657f7 commit cbf2517Copy full SHA for cbf2517
.github/workflows/build-release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Build EXE with PyInstaller
33
run: |
34
- python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --icon=Assets/icon.png --paths=Client --distpath=dist Client/main.py
+ python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --icon=Assets/icon.ico --paths=Client --distpath=dist Client/main.py
35
36
- name: Get version from tag
37
id: get_version
Assets/icon.ico
4.19 KB
Assets/icon.png
-24.2 KB
0 commit comments