-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
41 lines (41 loc) · 1015 Bytes
/
wails.json
File metadata and controls
41 lines (41 loc) · 1015 Bytes
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
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "FingerGo",
"outputfilename": "FingerGo",
"frontend:dir": "./gui",
"frontend:install": "",
"frontend:build": "",
"author": {
"name": "Asher Buk",
"email": "asherbuk@gmail.com"
},
"info": {
"companyName": "Asher Buk Open Source",
"productName": "FingerGo",
"productVersion": "1.2.6",
"copyright": "Copyright 2025-2026 Asher Buk",
"comments": "Touch typing trainer with visual keyboard feedback"
},
"wailsjsdir": "./gui/src",
"assetdir": "./gui/src",
"reloaddirs": "./app,./internal",
"debounceMS": 100,
"nsisType": "multiple",
"obfuscated": false,
"linux": {
"icon": "./fingergo.png"
},
"windows": {
"icon": "./build/appicon.ico",
"webview2": "download"
},
"mac": {
"icon": "./fingergo.png",
"bundle": {
"identifier": "com.ashbuk.fingergo",
"name": "FingerGo",
"version": "1.2.6",
"copyright": "Copyright 2025-2026 Asher Buk"
}
}
}