forked from shinkuan/Akagi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtauri.conf.json
More file actions
42 lines (42 loc) · 847 Bytes
/
Copy pathtauri.conf.json
File metadata and controls
42 lines (42 loc) · 847 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
42
{
"productName": "Akagi",
"identifier": "com.akagi.akagi",
"build": {
"frontendDist": "./frontend/dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": {
"script": "npm run dev",
"cwd": "./frontend"
},
"beforeBuildCommand": {
"script": "npm ci && npm run build",
"cwd": "./frontend"
}
},
"app": {
"withGlobalTauri": true,
"macOSPrivateApi": true,
"windows": [
{
"label": "main",
"title": "Akagi",
"width": 1560,
"height": 980,
"minWidth": 800,
"minHeight": 600
}
]
},
"bundle": {
"active": false,
"targets": [],
"icon": [
"icons/32x32.png",
"icons/64x64.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}