2024-02-18 01:48:10 +00:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"fullscreen": false,
|
|
|
|
"height": 600,
|
|
|
|
"resizable": true,
|
2024-02-18 23:38:25 +00:00
|
|
|
"title": "Gleam Tauri Experiment",
|
2024-02-18 01:48:10 +00:00
|
|
|
"width": 800
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
"devUrl": "http://localhost:5173",
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
],
|
|
|
|
"targets": "all"
|
|
|
|
},
|
2024-02-18 05:04:19 +00:00
|
|
|
"identifier": "net.wezm.videopls",
|
2024-02-18 01:48:10 +00:00
|
|
|
"productName": "videopls",
|
|
|
|
"version": "0.1.0"
|
|
|
|
}
|