mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-10-16 07:03:28 -04:00
Upgraded to Tauri 2.0
- Added EUPL 1.2
This commit is contained in:
parent
ebfe2d644c
commit
17a5599067
11 changed files with 1866 additions and 1128 deletions
|
@ -2,22 +2,27 @@
|
|||
"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
|
||||
"frontendDist": "../dist/wwwroot",
|
||||
"devUrl": "http://localhost:1420"
|
||||
},
|
||||
"package": {
|
||||
"productName": "AMTK Status",
|
||||
"version": "0.201.0"
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
"shell": {
|
||||
"all": false,
|
||||
"open": true
|
||||
}
|
||||
},
|
||||
"productName": "AMTK Status",
|
||||
"mainBinaryName": "AMTK Status",
|
||||
"version": "0.201.0",
|
||||
"identifier": "com.tpaw.amtkstat",
|
||||
"plugins": {},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "Amtrak Status",
|
||||
|
@ -32,18 +37,6 @@
|
|||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue