Skip to content

Commit

Permalink
add VpngateClient_global.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Aug 27, 2024
1 parent 0977c95 commit 9efe65d
Show file tree
Hide file tree
Showing 2 changed files with 1,067 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/creat_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Build executable
run: |
pyinstaller --onefile --uac-admin VpngateClient\VpngateClient.py
# pyinstaller --hidden-import=console.detection --onefile --uac-admin VpngateClient\VpngateClient.py
pyinstaller --onefile --uac-admin VpngateClient\VpngateClient.py
pyinstaller --onefile --uac-admin VpngateClient\VpngateClient_global.py
dir dist
- name: Get tag info
Expand All @@ -60,7 +61,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
files: ./dist/vpngateclient.exe
files: |
./dist/vpngateclient.exe
./dist/vpngateclient_global.exe
name: "VPNGate Client ${{ env.LATEST_TAG }}"
body: |
Release of VPNGate Client ${{ env.LATEST_TAG }}
Expand Down
Loading

0 comments on commit 9efe65d

Please sign in to comment.