make one-click exec
This commit is contained in:
parent
9bb02f8581
commit
41713f8752
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -26,3 +26,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RELEASE: true
|
RELEASE: true
|
||||||
|
|
||||||
|
- name: build exe with silent capabilities
|
||||||
|
if: matrix.os == 'windows-latest'
|
||||||
|
uses: samuelmeuli/action-electron-builder@e4b12cd06ddf023422f1ac4e39632bd76f6e6928
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
RELEASE: true
|
||||||
|
args: -w -c.nsis.oneClick=true
|
||||||
|
|
Reference in a new issue