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",
"copyright": "Copyright 2016-2019 Balena Ltd",
"productName": "balenaEtcher",
"nodeGypRebuild": false,
"nodeGypRebuild": true,
"files": [
"!lib/gui/app",
"lib/gui/app/index.html",

View File

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

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