Files
OPENCNC-J/desktop/wails.json
2023-08-28 22:37:55 +08:00

24 lines
729 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "cnc",
"outputfilename": "cnc",
"build:dir": "release",
"wailsjsdir": "template/src/package",
"frontend:dir": "template",
"frontend:install": "yarn",
"frontend:build": "yarn build",
"frontend:dev:watcher": "yarn dev",
"frontend:dev:serverUrl": "auto",
"devServer": "localhost:34225",
"author": {
"name": "GEEKROS",
"email": "admin@wileho.com"
},
"info": {
"companyName": "GEEKROS",
"productName": "CNC",
"productVersion": "1.0.0",
"copyright": "Copyright © 2019-2022 GEEKROS All Rights Reserved",
"comments": "GEEKROS (https://www.geekros.com)"
}
}