Release Capsule Local 0.1.2 with custom Windows icon

This commit is contained in:
2026-09-12 22:34:51 -04:00
parent a767ee4514
commit 2eb64aa186
7 changed files with 12 additions and 8 deletions

View File

@ -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,