Files
PSG-Conduit/src-tauri/tauri.conf.json
Bailey 3b04cc77cb
Some checks failed
Release / build-windows (push) Has been cancelled
feat: v0.2.0 — real branding, desktop shortcut, WiX installer images
2026-05-27 10:42:26 +08:00

61 lines
1.7 KiB
JSON

{
"productName": "PSG Launcher",
"version": "0.2.0",
"identifier": "net.yeahnah.psg-launcher",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "PSG Launcher",
"width": 1280,
"height": 800,
"minWidth": 960,
"minHeight": 620,
"resizable": true,
"decorations": false,
"shadow": true,
"center": true
}
],
"security": {
"csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' data: blob: https://gitea.YOURDOMAIN.com; style-src 'self' 'unsafe-inline'; connect-src ipc: http://ipc.localhost"
}
},
"bundle": {
"active": true,
"targets": ["nsis", "msi"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"digestAlgorithm": "sha256",
"timestampUrl": "http://timestamp.digicert.com",
"certificateThumbprint": "907e812abe4334f029bddceef22260d5e81a0c25",
"wix": {
"bannerPath": "wix/banner.bmp",
"dialogImagePath": "wix/dialog.bmp",
"fragmentPaths": ["wix/desktop-shortcut.wxs"],
"componentRefs": ["DesktopShortcutComponent"]
}
}
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEZCNjJFQzRBMEQzQjQ5RDgKUldUWVNUc05TdXhpKzB0RGZseGMvTm9XQ0plRDk2Qko4OVI2aGM1a3FtNjlxSjdCano4dzJYWjgK",
"endpoints": [
"https://git.psg.net.au/sonderau/psg-conduit/raw/branch/releases/manifests/latest.json"
],
"dialog": false
}
}
}