Skip to content

Commit cbf2517

Browse files
Update icon for PyInstaller build and remove old PNG file
1 parent 66657f7 commit cbf2517

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build EXE with PyInstaller
3333
run: |
34-
python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --icon=Assets/icon.png --paths=Client --distpath=dist Client/main.py
34+
python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --icon=Assets/icon.ico --paths=Client --distpath=dist Client/main.py
3535
3636
- name: Get version from tag
3737
id: get_version

Assets/icon.ico

4.19 KB
Binary file not shown.

Assets/icon.png

-24.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)