feat: v0.2.0 — real branding, desktop shortcut, WiX installer images
Some checks failed
Release / build-windows (push) Has been cancelled

This commit is contained in:
Bailey
2026-05-27 10:42:26 +08:00
parent 3afa151185
commit 3b04cc77cb
62 changed files with 59 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"productName": "PSG Launcher",
"version": "0.1.0",
"version": "0.2.0",
"identifier": "net.yeahnah.psg-launcher",
"build": {
"frontendDist": "../dist",
@@ -38,7 +38,14 @@
],
"windows": {
"digestAlgorithm": "sha256",
"timestampUrl": "http://timestamp.digicert.com"
"timestampUrl": "http://timestamp.digicert.com",
"certificateThumbprint": "907e812abe4334f029bddceef22260d5e81a0c25",
"wix": {
"bannerPath": "wix/banner.bmp",
"dialogImagePath": "wix/dialog.bmp",
"fragmentPaths": ["wix/desktop-shortcut.wxs"],
"componentRefs": ["DesktopShortcutComponent"]
}
}
},
"plugins": {