Files
Ant-Browser/wails.json
T
ant-black 70132417ad publish: 1.2.0 snapshot (f3d7ec5)
channel: master

version: 1.2.0

source-ref: D:\code\open_source\ant-chrome master

source-commit: f3d7ec5

merged-public-base: 3d264eb
2026-05-05 18:08:10 +08:00

22 lines
644 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:clean",
"author": {
"name": "Ant Chrome Team",
"email": "contact@antblack.de"
},
"info": {
"companyName": "Ant Chrome",
"productName": "Ant Browser",
"productVersion": "1.2.0",
"copyright": "Copyright © 2026",
"comments": "面向多账号隔离、代理绑定和本地环境管理的桌面浏览器工具"
},
"nsisType": "multiple",
"obfuscated": false,
"wailsjsdir": "./frontend/src"
}