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 513e648 commit 66657f7Copy full SHA for 66657f7
.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="ECVPN" --distpath=dist Client/Main.py
+ python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --icon=Assets/icon.png --paths=Client --distpath=dist Client/main.py
35
36
- name: Get version from tag
37
id: get_version
@@ -46,6 +46,11 @@ jobs:
46
## Download
47
Download `AWS_EC2_VPN.exe` below to get started.
48
49
+ ## Installation
50
+ 1. Download the exe file
51
+ 2. Run AWS_EC2_VPN.exe
52
+ 3. No Python installation required
53
+
54
## Changes
55
- Built from commit: ${{ github.sha }}
56
draft: false
0 commit comments