mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
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:
parent
6360fd42e7
commit
f815e8511f
@ -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",
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user