mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-28 15:27:41 +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"
|
tar caf "ATCS_${VERSION}.tar.gz" "common"
|
||||||
echo "Created archive at ${PACKAGING_DIR}/ATCS_${VERSION}.tar.gz"
|
echo "Created archive at ${PACKAGING_DIR}/ATCS_${VERSION}.tar.gz"
|
||||||
else
|
else
|
||||||
echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself
|
echo "Can't create zip files on windows yet. Please pack the content of the '${PACKAGING_DIR}/common/' folder yourself"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user