Files
Anitrack/wails.json
T
John O'Keefe 0b9f19cb08
Release / release (push) Successful in 2m14s
chore(release): bump version to 1.99.1
Version bump for the updater live-proof cycle (NOT a release: no tag). Carries the signed-asset CI path so the 1.99.1-rc1 pre-release publishes AniTrack-linux-amd64 plus sidecars for the beta-channel end-to-end test.
2026-09-16 08:55:31 -04:00

19 lines
360 B
JSON

{
"name": "AniTrack",
"frontend": {
"dir": "./frontend",
"install": "npm install",
"build": "npm run build",
"dev": "npm run dev",
"devServerUrl": "http://localhost:5173"
},
"author": {
"name": "John O'Keefe",
"email": "admin@linuxhg.com"
},
"info": {
"productName": "AniTrack",
"productVersion": "1.99.1"
}
}