feat: v0.2.0 — real branding, desktop shortcut, WiX installer images
Some checks failed
Release / build-windows (push) Has been cancelled
Some checks failed
Release / build-windows (push) Has been cancelled
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user