Posted January 09, 2021
high rated
Hello Gog team,
The launcher start.sh is buggy, and cannot launch. It returns java help :
Running Slay the Spire
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
I replaced line 20 and it seems ok.
20c20
< ./jre/bin/java -jar desktop-1.0.jar
---
> ./"jre/bin/java"
The launcher start.sh is buggy, and cannot launch. It returns java help :
Running Slay the Spire
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
I replaced line 20 and it seems ok.
20c20
< ./jre/bin/java -jar desktop-1.0.jar
---
> ./"jre/bin/java"