Files
Ant-Browser/wails.json
T
Ant Browser Release Bot 3d264eb83d publish: 1.1.0 snapshot (a358335)
channel: master
version: 1.1.0
source-ref: master
published-at-utc: 2026-03-29T11:32:04Z
2026-03-29 19:32:05 +08:00

22 lines
638 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Ant Browser",
"outputfilename": "ant-chrome",
"frontend:install": "npm install && npm run ensure:native",
"frontend:build": "npm run build",
"author": {
"name": "Ant Chrome Team",
"email": "contact@antblack.de"
},
"info": {
"companyName": "Ant Chrome",
"productName": "Ant Browser",
"productVersion": "1.1.0",
"copyright": "Copyright © 2026",
"comments": "面向多账号隔离、代理绑定和本地环境管理的桌面浏览器工具"
},
"nsisType": "multiple",
"obfuscated": false,
"wailsjsdir": "./frontend/src"
}