2024-09-09 03:12:35 -04:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "dotnet watch run --project src/AmtrakStatus.csproj",
|
|
|
|
"beforeBuildCommand": "dotnet publish -c release src/AmtrakStatus.csproj -o dist",
|
|
|
|
"devPath": "http://localhost:1420",
|
|
|
|
"distDir": "../dist/wwwroot",
|
|
|
|
"withGlobalTauri": true
|
|
|
|
},
|
|
|
|
"package": {
|
|
|
|
"productName": "AMTK Status",
|
2024-09-19 07:39:32 -04:00
|
|
|
"version": "0.201.0"
|
2024-09-09 03:12:35 -04:00
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"allowlist": {
|
|
|
|
"all": false,
|
|
|
|
"shell": {
|
|
|
|
"all": false,
|
|
|
|
"open": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
2024-09-19 07:39:32 -04:00
|
|
|
"title": "Amtrak Status",
|
2024-09-09 03:12:35 -04:00
|
|
|
"resizable": true,
|
2024-09-09 22:23:41 -04:00
|
|
|
"width": 1100,
|
|
|
|
"height": 768,
|
|
|
|
"minWidth": 1100,
|
|
|
|
"minHeight": 768,
|
|
|
|
"maxWidth": 1450,
|
|
|
|
"maxHeight": 950
|
2024-09-09 03:12:35 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
2024-09-09 04:37:42 -04:00
|
|
|
"identifier": "com.tpaw.amtkstat",
|
2024-09-09 03:12:35 -04:00
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|