mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-21 14:31:22 +00:00
45 lines
No EOL
967 B
JSON
45 lines
No EOL
967 B
JSON
{
|
|
"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",
|
|
"version": "0.1.101"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"shell": {
|
|
"all": false,
|
|
"open": true
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Amtrak Status Boards",
|
|
"resizable": true,
|
|
"width": 1450,
|
|
"height": 950
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.tpaw.amtkstat",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|
|
} |