Skip to content

Commit 66657f7

Browse files
Fix module imports and add icon to build
1 parent 513e648 commit 66657f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 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="ECVPN" --distpath=dist Client/Main.py
34+
python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --icon=Assets/icon.png --paths=Client --distpath=dist Client/main.py
3535
3636
- name: Get version from tag
3737
id: get_version
@@ -46,6 +46,11 @@ jobs:
4646
## Download
4747
Download `AWS_EC2_VPN.exe` below to get started.
4848
49+
## Installation
50+
1. Download the exe file
51+
2. Run AWS_EC2_VPN.exe
52+
3. No Python installation required
53+
4954
## Changes
5055
- Built from commit: ${{ github.sha }}
5156
draft: false

0 commit comments

Comments
 (0)