2024-04-07 21:31:08 +02:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
"devPath": "http://localhost:1420",
|
|
|
|
"distDir": "../dist",
|
|
|
|
"withGlobalTauri": true
|
|
|
|
},
|
|
|
|
"package": {
|
|
|
|
"productName": "snotes-deck",
|
2024-04-14 17:33:35 +02:00
|
|
|
"version": "0.0.4"
|
2024-04-07 21:31:08 +02:00
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
|
|
|
"all": false,
|
|
|
|
"shell": {
|
|
|
|
"all": false,
|
|
|
|
"open": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
2024-04-09 19:54:49 +02:00
|
|
|
"title": "Snotes Deck",
|
2024-04-07 21:31:08 +02:00
|
|
|
"width": 800,
|
|
|
|
"height": 600
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
2024-04-09 19:54:49 +02:00
|
|
|
"identifier": "space.maidsin.snotes-deck",
|
2024-04-07 21:31:08 +02:00
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2024-04-13 20:51:49 +02:00
|
|
|
}
|