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 0d23b0a commit 513e648Copy full SHA for 513e648
.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" --distpath=dist Client/main.py
+ python -m PyInstaller --onefile --windowed --name="ECVPN" --distpath=dist Client/Main.py
35
36
- name: Get version from tag
37
id: get_version
0 commit comments