mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-27 14:58:55 +01:00
Compare commits
1 Commits
fix-releas
...
sample-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d5ca15669 |
4
build-and-run.sh
Executable file
4
build-and-run.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
export MAIN_CLASS=com.gpl.rpg.atcontentstudio.ATContentStudio
|
||||||
|
export CP="lib/*:src:res:hacked-libtiled:siphash-zackehh/src/main/java/:."
|
||||||
|
javac -cp $CP ./src/com/gpl/rpg/atcontentstudio/ATContentStudio.java
|
||||||
|
java -cp $CP $MAIN_CLASS
|
||||||
Reference in New Issue
Block a user