-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwails.json
27 lines (27 loc) · 858 Bytes
/
wails.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "lethean",
"assetdir": "frontend/dist/browser",
"frontend:dir": "frontend",
"frontend:build": "npm run fe-build",
"frontend:dev:build": "npm run fe-build",
"frontend:install": "npm install --legacy-peer-deps",
"frontend:dev:watcher": "npm run start",
"frontend:dev:serverUrl": "auto",
"wailsjsdir": "./frontend/src/assets",
"version": "4.2.9",
"outputfilename": "lethean-desktop",
"Author": {
"name": "Snider",
"email": "[email protected]"
},
"Info": {
"companyName": "Lethean Community Interest Company",
"productName": "Lethean Desktop",
"productVersion": "4.2.9",
"copyright": "Lethean Community Interest Company",
"comments": "Lethean all in one desktop app"
},
"devserverurl": "http://localhost:34115",
"nsisType": "multiple"
}