Updated buildscript

This commit is contained in:
Anuken
2018-03-09 17:17:01 -05:00
parent 689794cab5
commit 1c8b451ec8
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Fri Mar 09 17:10:35 EST 2018 #Fri Mar 09 17:11:02 EST 2018
version=release version=release
androidBuildCode=363 androidBuildCode=364
name=Mindustry name=Mindustry
code=3.4 code=3.4
build=custom build build=custom build

View File

@@ -16,7 +16,7 @@ fi
cp ../desktop/build/libs/desktop-release.jar $DESKFILE cp ../desktop/build/libs/desktop-release.jar $DESKFILE
FILE1="Bleeding-Edge-Build.md" FILE1="Home.md"
if [ -e $FILE1 ]; then if [ -e $FILE1 ]; then
rm $FILE1 rm $FILE1
@@ -24,7 +24,7 @@ fi
touch $FILE1 touch $FILE1
echo "###Build #"$TRAVIS_BUILD_NUMBER", Commit #"$TRAVIS_COMMIT"." >> $FILE1 echo "### Build "$TRAVIS_BUILD_NUMBER", Commit "$TRAVIS_COMMIT"." >> $FILE1
echo >> $FILE1 echo >> $FILE1
echo "Desktop JAR download: [Link]("$DESKFILE")" >> $FILE1 echo "Desktop JAR download: [Link]("$DESKFILE")" >> $FILE1