-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
32 lines (32 loc) · 839 Bytes
/
wails.json
File metadata and controls
32 lines (32 loc) · 839 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
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "tinysystems",
"outputfilename": "desktop-client",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"debounce": 3000,
"reloaddirs": "",
"author": {
"name": "Maksym Trofimenko",
"email": "hello@tinysystems.io"
},
"info": {
"productName": "TinySystems",
"productVersion": "1.0.0",
"copyright": "Copyright © 2026 TinySystems",
"comments": "Desktop client for TinySystems",
"protocols": [
{
"scheme": "tinysystems",
"description": "TinySystems Deep Link",
"role": "Editor"
}
]
},
"mac": {
"entitlements": "build/darwin/entitlements.plist",
"info": "build/darwin/Info.plist"
}
}