chore(win): add installer + portable artifacts
This commit is contained in:
@@ -123,8 +123,11 @@ win:
|
||||
target:
|
||||
- target: nsis
|
||||
arch: x64
|
||||
- target: portable
|
||||
arch: x64
|
||||
|
||||
nsis:
|
||||
artifactName: ${productName}-Setup-${version}-${os}-${arch}.${ext}
|
||||
oneClick: false
|
||||
perMachine: false
|
||||
warningsAsErrors: false
|
||||
@@ -140,6 +143,9 @@ nsis:
|
||||
installerIcon: resources/icons/icon.ico
|
||||
uninstallerIcon: resources/icons/icon.ico
|
||||
|
||||
|
||||
portable:
|
||||
artifactName: ${productName}-Portable-${version}-${os}-${arch}.${ext}
|
||||
# Linux Configuration
|
||||
linux:
|
||||
extraResources:
|
||||
|
||||
Reference in New Issue
Block a user