build(release): 准备 OpenNexus 0.3.2-alpha.1 品牌安装包 [skip ci]

This commit is contained in:
2026-09-16 00:40:59 +08:00
parent 9aed039702
commit 81003d3106
22 changed files with 68 additions and 28 deletions
+5
View File
@@ -68,6 +68,7 @@ jobs:
bundle = @{
active = $true
targets = @('nsis')
icon = @('icons/icon.png', 'icons/icon.ico')
resources = @{
'../../.build/sidecar/dist/opennexus-core/' = 'core/'
}
@@ -75,6 +76,10 @@ jobs:
certificateThumbprint = $env:OPENNEXUS_WINDOWS_CERTIFICATE_THUMBPRINT
digestAlgorithm = 'sha256'
timestampUrl = 'http://timestamp.digicert.com'
nsis = @{
installerIcon = 'icons/icon.ico'
uninstallerIcon = 'icons/icon.ico'
}
}
}
} | ConvertTo-Json -Depth 5