-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
51 lines (51 loc) · 1.48 KB
/
wails.json
File metadata and controls
51 lines (51 loc) · 1.48 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "unbound",
"width": 400,
"height": 650,
"frameless": true,
"disableResize": true,
"outputfilename": "unbound",
"frontend:install": "npm install --include=dev",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "bobberdolle1",
"email": "dev@unbound.local"
},
"info": {
"companyName": "UNBOUND",
"productName": "UNBOUND ClearFlow Engine",
"productVersion": "2.0.0",
"copyright": "Copyright 2024-2026 UNBOUND Team",
"comments": "Ultimate DPI bypass engine combining Zapret 2, AmneziaWG, Xray, and cross-platform support"
},
"wails": {
"windows": {
"webviewIsTransparent": false,
"windowIsTranslucent": false,
"disableWindowIcon": false,
"disableFramelessWindowDecorations": false,
"webviewUserDataPath": "",
"webviewBrowserPath": "",
"theme": "dark",
"manifest": "build/windows/app.manifest"
}
},
"nsis": {
"allowDowngrades": false,
"allowSkipModifyUninstall": false,
"oneClick": false,
"perMachine": true,
"deleteAppDataOnUninstall": false,
"runAfterFinish": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"license": "LICENSE",
"installerIcon": "build/appicon.png",
"uninstallerIcon": "build/appicon.png",
"setupIcon": "build/appicon.png",
"sideImage": "build/appicon.png"
}
}