-
Notifications
You must be signed in to change notification settings - Fork 5
/
com.mojang.Minecraft.json
74 lines (74 loc) · 2.2 KB
/
com.mojang.Minecraft.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
/* GTK+ is needed by JavaFX. */
"app-id": "com.mojang.Minecraft",
"runtime": "org.gnome.Platform",
"runtime-version": "3.20",
"sdk": "org.gnome.Sdk",
"command": "minecraft",
"finish-args": [
"--persist=.minecraft",
/* X11 access */
"--socket=x11",
/* OpenGL access */
"--device=dri",
/* PulseAudio access */
"--socket=pulseaudio",
/* Network access */
"--share=network",
"--extra-data=Minecraft.jar:e8d90b2637b141b556670d8460d317aadb6e4f2e644e519995c428800b25f212:280212:280212:http://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar"
],
"modules": [
{
/* Needed by Minecraft 1.8.2 and up. */
"name": "xrandr",
"sources": [
{
"type": "git",
"url": "git://anongit.freedesktop.org/xorg/app/xrandr"
}
]
},
{
"name": "jre",
"no-autogen": true,
"sources" : [
{
"type": "file",
"url": "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207765",
"sha256": "66d8971b240bbd03d114308958fff0fb8068d0589122885d9591727e5472137f",
"dest-filename": "jre.tar.gz"
},
{
"type": "file",
"path": "jre-Makefile",
"dest-filename": "Makefile"
}
]
},
{
"name": "minecraft",
"no-autogen": true,
"sources" : [
{
"type": "file",
"path": "com.mojang.Minecraft.desktop",
"dest-filename": "com.mojang.Minecraft.desktop"
},
{
"type": "file",
"path": "com.mojang.Minecraft.png",
"dest-filename": "com.mojang.Minecraft.png"
},
{
"type": "file",
"path": "minecraft-Makefile",
"dest-filename": "Makefile"
},
{
"type": "file",
"path": "com.mojang.Minecraft.appdata.xml"
}
]
}
]
}