summarylogtreecommitdiffstats
path: root/minecraft
diff options
context:
space:
mode:
authorChristophe Robin2017-11-30 17:56:09 +0900
committerChristophe Robin2017-11-30 17:56:09 +0900
commit369083162a2dc8f0fdfb91a3e3f4361cdfc07716 (patch)
tree8acaf23f699a4e81a6ba72639db5eb46b8368160 /minecraft
parentf0e5cb059170188db151ad0eecb07d0de876b9be (diff)
downloadaur-369083162a2dc8f0fdfb91a3e3f4361cdfc07716.tar.gz
Use java-runtime=8
Diffstat (limited to 'minecraft')
-rwxr-xr-xminecraft2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft b/minecraft
index 8b437347f388..b10c5f9b3277 100755
--- a/minecraft
+++ b/minecraft
@@ -1,7 +1,7 @@
#!/bin/sh
# We need to force Java 8 here since both Java 7 and 9 currently causes the game to crash
-export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
+export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:/usr/lib/jvm/java-8-jre/jre/bin/:$PATH
# Since launching the minecraft launch from the home directory bypass the update mechanism, I'm adding this
# small piece of code that will do a checksum of the versions.json file provided by mojang, if a new version