Release Capsule Local 0.1.2 with custom Windows icon
This commit is contained in:
@ -49,6 +49,7 @@ export function createBuildConfig({ release = false, testUpdates = false, bootst
|
||||
},
|
||||
artifactName: release || testUpdates ? 'Capsule-${version}-${arch}-Setup.${ext}' : 'Capsule-Local-${version}-${arch}-Setup.${ext}',
|
||||
win: {
|
||||
icon: 'build/icon.ico',
|
||||
target: [{ target: 'nsis', arch: ['x64'] }],
|
||||
verifyUpdateCodeSignature: !testUpdates,
|
||||
signExecutable: release,
|
||||
|
||||
BIN
build/icon.ico
Normal file
BIN
build/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user