nandi/oripublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

wails.json · 22 lines · 551 BJSON Blame HistoryRaw
 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"
	}
}