Skip to content

Commit

Permalink
添加logo文件
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Nov 9, 2024
1 parent 2377b47 commit 76667df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/creat_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Build executable
run: |
# 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
pyinstaller --onefile --uac-admin -i VpngateClient\logo.ico VpngateClient\VpngateClient.py
pyinstaller --onefile --uac-admin -i VpngateClient\logo.ico VpngateClient\VpngateClient_global.py
dir dist
- name: Get tag info
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__
build
dist
*test*.*
.idea/

# https://github.com/phusion/debian-packaging-for-the-modern-developer/blob/master/.gitignore
debhelper-build-stamp
Expand Down
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added VpngateClient/logo.ico
Binary file not shown.

0 comments on commit 76667df

Please sign in to comment.