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:
|
directories:
|
||||||
output: release-builds
|
output: release-builds
|
||||||
buildResources: app/resources
|
buildResources: app/resources
|
||||||
|
|
@ -26,5 +27,6 @@ files:
|
||||||
- '!**/app/installers${/*}'
|
- '!**/app/installers${/*}'
|
||||||
- '!**/hooks${/*}'
|
- '!**/hooks${/*}'
|
||||||
- '!**/platforms${/*}'
|
- '!**/platforms${/*}'
|
||||||
|
- '!**/dist*${/*}'
|
||||||
- '!**/release-builds${/*}'
|
- '!**/release-builds${/*}'
|
||||||
- '!src${/*}'
|
- '!src${/*}'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
extends: app/builder-config-base.yaml
|
extends: app/builder-config-base.yaml
|
||||||
artifactName: ${name}-${os}-${arch}.${ext}
|
artifactName: ${name}-${os}-${arch}.${ext}
|
||||||
electronVersion: 3.0.13
|
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- target: deb
|
- target: deb
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
extends: app/builder-config-base.yaml
|
extends: app/builder-config-base.yaml
|
||||||
electronVersion: 3.0.13
|
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- target: deb
|
- target: deb
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
extends: app/builder-config-base.yaml
|
extends: app/builder-config-base.yaml
|
||||||
electronVersion: 4.1.5
|
|
||||||
win:
|
win:
|
||||||
target:
|
target:
|
||||||
- NSIS
|
- NSIS
|
||||||
|
- portable
|
||||||
icon: app/icons/win/icon.ico
|
icon: app/icons/win/icon.ico
|
||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue