Nix ancient runjava script, modified differ to use Proguarded jar, added
patcher script just for kicks.
This commit is contained in:
+2
-3
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
ROOT=`dirname $0`
|
||||
ROOT=`cd $ROOT ; cd .. ; pwd`
|
||||
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"
|
||||
# we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar
|
||||
java -classpath */getdown*.jar com.threerings.getdown.tools.Differ "$@"
|
||||
|
||||
Reference in New Issue
Block a user