Build packages that support both ia32 and x64 on windows

Changelog-entry: windows installer and portable version support both ia32 and x64
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-05-15 18:52:05 +02:00
parent 6360fd42e7
commit f815e8511f
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
"appId": "io.balena.etcher", "appId": "io.balena.etcher",
"copyright": "Copyright 2016-2019 Balena Ltd", "copyright": "Copyright 2016-2019 Balena Ltd",
"productName": "balenaEtcher", "productName": "balenaEtcher",
"nodeGypRebuild": false, "nodeGypRebuild": true,
"files": [ "files": [
"!lib/gui/app", "!lib/gui/app",
"lib/gui/app/index.html", "lib/gui/app/index.html",

View File

@ -1,8 +1,8 @@
appId: io.balena.etcher appId: io.balena.etcher
copyright: Copyright 2016-2019 Balena Ltd copyright: Copyright 2016-2019 Balena Ltd
productName: balenaEtcher productName: balenaEtcher
npmRebuild: false npmRebuild: true
nodeGypRebuild: false nodeGypRebuild: true
publish: null publish: null
files: files:
- lib - lib
@ -37,9 +37,9 @@ nsis:
uninstallerIcon: assets/icon.ico uninstallerIcon: assets/icon.ico
deleteAppDataOnUninstall: true deleteAppDataOnUninstall: true
license: LICENSE license: LICENSE
artifactName: "${productName}-Setup-${version}-${env.TARGET_ARCH}.${ext}" artifactName: "${productName}-Setup-${version}.${ext}"
portable: portable:
artifactName: "${productName}-Portable-${version}-${env.TARGET_ARCH}.${ext}" artifactName: "${productName}-Portable-${version}.${ext}"
requestExecutionLevel: user requestExecutionLevel: user
linux: linux:
category: Utility category: Utility

@ -1 +1 @@
Subproject commit 1a1e90b427c4e6d5b8031f3092a66cd832dbbd07 Subproject commit 1b5bb595fe00a81e9a12df654c9909e674997dd9