forked from threerings/getdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nix ancient runjava script, modified differ to use Proguarded jar, added
patcher script just for kicks.
- Loading branch information
1 parent
355832d
commit 98442b4
Showing
3 changed files
with
6 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
|
||
# we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar | ||
java -classpath */getdown*.jar com.threerings.getdown.tools.Patcher "$@" |
This file was deleted.
Oops, something went wrong.