-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwails.json
32 lines (32 loc) · 866 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": "ipfs-desktop",
"frontend:build": "bash ./get-webui.sh",
"frontend:install": "",
"frontend:dev": "bash ./get-webui.sh",
"frontend:dev:watcher": "npx --yes serve -u .",
"frontend:dev:serverUrl": "http://localhost:3000",
"wailsjsdir": "./frontend",
"version": "2",
"Path": "",
"BuildDir": "",
"outputfilename": "ipfs-desktop",
"OutputType": "",
"Platform": "",
"runNonNativeBuildHooks": false,
"postBuildHooks": null,
"Author": {
"name": "Russell Dempsey",
"email": "1173416+SgtPooki@users.noreply.github.com"
},
"Info": {
"companyName": "ipfs-desktop",
"productName": "ipfs-desktop",
"productVersion": "1.0.0",
"copyright": "Copyright.........",
"comments": "Built using Wails (https://wails.io)"
},
"debounceMS": 100,
"devServer": "localhost:34115",
"appargs": "",
"nsisType": ""
}