mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-15 04:11:22 +00:00
42 lines
No EOL
955 B
JSON
42 lines
No EOL
955 B
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "dotnet watch run --project src/AmtrakStatus.csproj",
|
|
"beforeBuildCommand": "dotnet publish -c release src/AmtrakStatus.csproj -o dist",
|
|
"frontendDist": "../dist/wwwroot",
|
|
"devUrl": "http://localhost:1420"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
},
|
|
"productName": "AMTK Status",
|
|
"mainBinaryName": "AMTK Status",
|
|
"version": "0.201.0",
|
|
"identifier": "com.tpaw.amtkstat",
|
|
"plugins": {},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "Amtrak Status",
|
|
"resizable": true,
|
|
"width": 1100,
|
|
"height": 768,
|
|
"minWidth": 1100,
|
|
"minHeight": 768,
|
|
"maxWidth": 1450,
|
|
"maxHeight": 950
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
} |