-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
43 lines (37 loc) · 1005 Bytes
/
app.json
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
43
Warning: Permanently added 'poi.mycard.moe,101.37.76.207' (ECDSA) to the list of known hosts.
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Attaching: [tmux____1]
{
"author": "ZUN",
"homepage": "http://www.myacg.cc",
"locales": [
"actions": {
"win32": {
"main": {
"execute": "Game.exe",
"args": [],
"env": {}
}
},
"darwin": {
"main": {
"execute": "Game.exe",
"args": [],
"open": "wine",
"env": {
"LANG": "zh_CN.UTF-8"
}
}
}
},
"version": {
"win32": "1.54e-1",
"darwin": "1.54e-1"
},
"news": [],
"conference": "oz",
"icon": "https://r.my-card.in/downloads/assets/ozns/Icon%2016x16.png",
"cover": "https://r.my-card.in/downloads/assets/ozns/MyCard%20logo%20NS.png",
"background": "https://r.my-card.in/downloads/assets/ozns/MyCard%20Background%20NS.jpg"
}