90 lines
1.9 KiB
JSON
90 lines
1.9 KiB
JSON
{
|
|
"productName": "Seanime Desktop",
|
|
"version": "2.9.10",
|
|
"identifier": "app.seanime.desktop",
|
|
"build": {
|
|
"frontendDist": "../../web-desktop",
|
|
"devUrl": "http://127.0.0.1:43210"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"macOSPrivateApi": true,
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Seanime",
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"visible": false,
|
|
"hiddenTitle": true
|
|
},
|
|
{
|
|
"label": "splashscreen",
|
|
"title": "Seanime",
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": false,
|
|
"decorations": false,
|
|
"url": "/splashscreen",
|
|
"hiddenTitle": true
|
|
},
|
|
{
|
|
"label": "crash_screen",
|
|
"title": "Seanime",
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": false,
|
|
"decorations": false,
|
|
"url": "/splashscreen/crash",
|
|
"hiddenTitle": true,
|
|
"visible": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDg4Q0RFQTc5NTQyRDU4RDYKUldUV1dDMVVlZXJOaU8xMlBhbU1xNG1IY2lLVG1oMXBnWm81VTNKem11N3EzcWk4NHI0SXhtbGkK",
|
|
"endpoints": [
|
|
"https://github.com/5rahim/seanime/releases/latest/download/latest.json"
|
|
]
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"createUpdaterArtifacts": true,
|
|
"targets": [
|
|
"appimage",
|
|
"nsis",
|
|
"app"
|
|
],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"linux": {
|
|
"appimage": {
|
|
"bundleMediaFramework": true
|
|
}
|
|
},
|
|
"windows": {
|
|
"nsis": {
|
|
"minimumWebview2Version": "110.0.1531.0"
|
|
}
|
|
},
|
|
"macOS": {
|
|
"signingIdentity": "-"
|
|
},
|
|
"externalBin": [
|
|
"binaries/seanime"
|
|
]
|
|
}
|
|
}
|