2026-06-19 23:50:40 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
|
"productName": "koring-launcher",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"identifier": "com.lingke.koring.launcher",
|
|
|
|
|
"build": {
|
|
|
|
|
"beforeDevCommand": "pnpm dev",
|
|
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
|
"beforeBuildCommand": "pnpm build",
|
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"label": "splashscreen",
|
2026-06-20 03:49:58 +08:00
|
|
|
"title": "Koring Launcher",
|
2026-06-19 23:50:40 +08:00
|
|
|
"url": "/splash.html",
|
|
|
|
|
"width": 480,
|
|
|
|
|
"height": 320,
|
|
|
|
|
"decorations": false,
|
|
|
|
|
"transparent": true,
|
|
|
|
|
"center": true,
|
2026-06-20 00:34:26 +08:00
|
|
|
"visible": true,
|
|
|
|
|
"resizable": false,
|
|
|
|
|
"minWidth": 480,
|
|
|
|
|
"maxWidth": 480,
|
|
|
|
|
"minHeight": 320,
|
|
|
|
|
"maxHeight": 320
|
2026-06-19 23:50:40 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "main",
|
2026-06-20 02:34:10 +08:00
|
|
|
"title": "Koring Launcher",
|
2026-06-20 03:49:58 +08:00
|
|
|
"width": 900,
|
2026-06-19 23:50:40 +08:00
|
|
|
"height": 600,
|
2026-06-20 03:49:58 +08:00
|
|
|
"minWidth": 800,
|
|
|
|
|
"minHeight": 600,
|
2026-06-19 23:50:40 +08:00
|
|
|
"decorations": false,
|
|
|
|
|
"transparent": true,
|
2026-06-20 03:49:58 +08:00
|
|
|
"center": true,
|
2026-06-19 23:50:40 +08:00
|
|
|
"visible": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
2026-06-20 22:15:59 +08:00
|
|
|
"targets": ["nsis"],
|
2026-06-19 23:50:40 +08:00
|
|
|
"icon": [
|
2026-06-20 03:49:58 +08:00
|
|
|
"icons/icon.png"
|
2026-06-19 23:50:40 +08:00
|
|
|
],
|
|
|
|
|
"externalBin": [
|
|
|
|
|
"binaries/koring-sidecar"
|
2026-06-20 12:46:08 +08:00
|
|
|
],
|
|
|
|
|
"createUpdaterArtifacts": true
|
|
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"updater": {
|
|
|
|
|
"endpoints": [
|
|
|
|
|
"https://cdn.crabnebula.app/update/lingke-network/koring-launcher/{{target}}-{{arch}}/{{current_version}}"
|
|
|
|
|
],
|
|
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYxRDZBQjc3QUQxNDBGNDUKUldSRkR4U3RkNnZXOGNtdHE4TS80d3p4UHlhaEVVMDFUTFRrQmhySnFVNWdZWHNXOWUraFFhRTcK"
|
|
|
|
|
}
|
2026-06-19 23:50:40 +08:00
|
|
|
}
|
|
|
|
|
}
|