56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
|
{
|
||
|
"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,
|
||
|
"resizable": false,
|
||
|
"title": "Drone Input",
|
||
|
"width": 400,
|
||
|
"height": 320
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|