2023-07-23 06:06:04 +00:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
"devPath": "http://localhost:1420",
|
|
|
|
"distDir": "../dist",
|
|
|
|
"withGlobalTauri": false
|
|
|
|
},
|
|
|
|
"package": {
|
|
|
|
"productName": "allenwrench-app",
|
|
|
|
"version": "0.0.1"
|
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
|
|
|
"all": false,
|
|
|
|
"shell": {
|
|
|
|
"all": false,
|
|
|
|
"open": true
|
|
|
|
},
|
|
|
|
"fs": {
|
|
|
|
"all": true,
|
|
|
|
"scope": ["**"]
|
|
|
|
},
|
|
|
|
"path": {
|
|
|
|
"all": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
|
|
|
"identifier": "lgbt.cray.allenwrench",
|
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
],
|
|
|
|
"resources": [
|
|
|
|
"resources/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"fullscreen": false,
|
2023-07-23 16:41:15 +00:00
|
|
|
"resizable": true,
|
2023-07-23 06:06:04 +00:00
|
|
|
"title": "Drone Input",
|
|
|
|
"width": 400,
|
|
|
|
"height": 320
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|