forked from varlyapp/varlyapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wails.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": "Varly",
"assetdir": "./frontend/dist",
"wailsjsdir": "./frontend/src",
"frontend:build": "",
"frontend:install": "npm install",
"frontend:dev": "",
"frontend:dev:watcher": "npm run dev",
"version": "2",
"Path": "",
"BuildDir": "",
"outputfilename": "Varly",
"OutputType": "",
"Platform": "",
"runNonNativeBuildHooks": false,
"postBuildHooks": null,
"Author": {
"name": "Selvin Ortiz",
"email": "selvin@selvin.co"
},
"Info": {
"companyName": "Selvin Co",
"productName": "Varly",
"productVersion": "0.5.0",
"copyright": "(c) 2022 Selvin Co",
"comments": "A delightful desktop app with a fast generative art engine for NFT creators."
},
"debounceMS": 500,
"devserverurl": "http://localhost:34115",
"appargs": "",
"nsisType": ""
}