Upgraded to Electron 8.2.0
This commit is contained in:
parent
96a9ec3a43
commit
276bfe68c6
4 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
electronVersion: 8.2.0
|
||||
directories:
|
||||
output: release-builds
|
||||
buildResources: app/resources
|
||||
|
|
@ -26,5 +27,6 @@ files:
|
|||
- '!**/app/installers${/*}'
|
||||
- '!**/hooks${/*}'
|
||||
- '!**/platforms${/*}'
|
||||
- '!**/dist*${/*}'
|
||||
- '!**/release-builds${/*}'
|
||||
- '!src${/*}'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
artifactName: ${name}-${os}-${arch}.${ext}
|
||||
electronVersion: 3.0.13
|
||||
linux:
|
||||
target:
|
||||
- target: deb
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
electronVersion: 3.0.13
|
||||
linux:
|
||||
target:
|
||||
- target: deb
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
extends: app/builder-config-base.yaml
|
||||
electronVersion: 4.1.5
|
||||
win:
|
||||
target:
|
||||
- NSIS
|
||||
- portable
|
||||
icon: app/icons/win/icon.ico
|
||||
linux:
|
||||
target:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue