mirror of
https://github.com/ikunshare/Onekey.git
synced 2026-01-12 16:25:53 +08:00
Update release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Build executable
|
||||
run: |
|
||||
pyinstaller --onefile `
|
||||
--icon "./icon.jpg"
|
||||
--icon "./icon.jpg" `
|
||||
--name "Onekey_v${{ steps.get_version.outputs.VERSION }}" `
|
||||
--add-data "src;src" `
|
||||
--hidden-import=winreg `
|
||||
|
||||
Reference in New Issue
Block a user