69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://v2.tauri.app/schemas/desktop.schema.json",
|
|
"productName": "EzVibeR+",
|
|
"version": "1.0.0",
|
|
"identifier": "com.ezviber.plus",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build",
|
|
"devUrl": "http://localhost:1420",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"trayIcon": null,
|
|
"windows": [
|
|
{
|
|
"url": "live2d.html",
|
|
"fullscreen": false,
|
|
"transparent": true,
|
|
"width": 600,
|
|
"height": 480,
|
|
"minWidth": 555,
|
|
"minHeight": 280,
|
|
"maxWidth": 800,
|
|
"maxHeight": 640,
|
|
"resizable": true,
|
|
"maximizable": false,
|
|
"decorations": false,
|
|
"skipTaskbar": true,
|
|
"alwaysOnTop": true,
|
|
"visibleOnAllWorkspaces": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null,
|
|
"assetProtocol": {
|
|
"enable": true,
|
|
"scope": [
|
|
"$APPDATA/sessions/**"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"macOS": {
|
|
"entitlements": null
|
|
},
|
|
"windows": {
|
|
"webviewInstallMode": {
|
|
"type": "embedBootstrapper",
|
|
"silent": true
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5QkUzMjVDRkE2RTNBQTAKUldTZ09tNzZYREsrR2RGcGV5Ykc2KzVWVWJFRTM5b2dCSXFYWlQ3TjcxZWI3aWhiK0RCTnlrN2sK"
|
|
}
|
|
}
|
|
} |