mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-27 14:58:55 +01:00
Compare commits
2 Commits
v0.6.20
...
sample-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d5ca15669 | ||
|
|
4571bea429 |
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
|
||||
@@ -80,5 +80,5 @@ if [ "$LINUX" = true ] ; then
|
||||
tar caf "ATCS_${VERSION}.tar.gz" "common"
|
||||
echo "Created archive at ${PACKAGING_DIR}/ATCS_${VERSION}.tar.gz"
|
||||
else
|
||||
echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself
|
||||
fi
|
||||
echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user