-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwails.json
32 lines (32 loc) · 812 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
28
29
30
31
32
{
"name": "Code Counter",
"assetdir": "frontend/dist",
"frontend:build": "npm run build",
"frontend:install": "npm install",
"frontend:dev": "npm run dev",
"frontend:dev:watcher": "",
"wailsjsdir": "frontend/src",
"version": "2",
"Path": "",
"BuildDir": "",
"outputfilename": "Code Counter",
"OutputType": "",
"Platform": "",
"runNonNativeBuildHooks": false,
"postBuildHooks": null,
"Author": {
"name": "alanchenchen",
"email": "[email protected]"
},
"Info": {
"companyName": "Code Counter",
"productName": "Code Counter",
"productVersion": "2.0.1",
"copyright": "Copyright Alan Chen @2022",
"comments": "Built using Wails (https://wails.app)"
},
"debounceMS": 100,
"devserverurl": "http://localhost:34115",
"appargs": "",
"nsisType": ""
}