1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "ori-desktop",
"outputfilename": "ori-desktop",
"assetdir": "frontend/src",
"wailsjsdir": "./frontend",
"frontend:install": "",
"frontend:build": "",
"frontend:dev:watcher": "",
"frontend:dev:serverUrl": "",
"author": {
"name": "k33g",
"email": "ph.charriere@gmail.com"
},
"info": {
"companyName": "bots-garden",
"productName": "ori",
"productVersion": "0.1.0",
"copyright": "Copyright © 2026 k33g",
"comments": "Desktop shell for the ori ACP web client"
}
}
|