Files
Ant-Browser/wails.json
T
Ant Browser Release Bot f2cc3654a5 release: 1.0.0 snapshot (ea3b0e5)
channel: release
version: 1.0.0
source-ref: master
published-at-utc: 2026-03-13T13:17:53Z
2026-03-13 21:17:53 +08:00

24 lines
658 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Ant Browser",
"outputfilename": "ant-chrome",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://127.0.0.1:5218",
"author": {
"name": "Ant Chrome Team",
"email": "team@example.com"
},
"info": {
"companyName": "Ant Chrome",
"productName": "Ant Browser",
"productVersion": "1.0.0",
"copyright": "Copyright © 2025",
"comments": "智能资讯聚合与AI处理平台"
},
"nsisType": "multiple",
"obfuscated": false,
"wailsjsdir": "./frontend/src"
}