mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 20:48:33 +07:00
Possible build upload script fix
This commit is contained in:
parent
d52d9bec81
commit
f2a952fcfe
@ -1,7 +1,7 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Mon Feb 19 20:43:00 EST 2018
|
||||
#Tue Feb 20 17:36:29 EST 2018
|
||||
version=beta
|
||||
androidBuildCode=248
|
||||
androidBuildCode=249
|
||||
name=Mindustry
|
||||
code=3.3
|
||||
build=custom build
|
||||
|
@ -354,7 +354,7 @@ public class Control extends Module{
|
||||
if(!state.is(State.menu)){
|
||||
input.update();
|
||||
|
||||
if(Inputs.keyTap("pause") && !ui.restart.isShown() && !Net.active() && (state.is(State.paused) || state.is(State.playing))){
|
||||
if(Inputs.keyTap("pause") && !ui.restart.isShown() && (state.is(State.paused) || state.is(State.playing))){
|
||||
state.set(state.is(State.playing) ? State.paused : State.playing);
|
||||
}
|
||||
|
||||
|
@ -17,8 +17,9 @@ if [ ! -e $FILE1 ]; then
|
||||
touch $FILE1
|
||||
fi
|
||||
|
||||
NEWLINE="\n"
|
||||
echo "### Commit #"$TRAVIS_COMMIT".${NEWLINE}Desktop JAR download: [Link]("$DESKFILE")" >> $FILE1
|
||||
echo "### Commit #"$TRAVIS_COMMIT"." >> $FILE1
|
||||
echo >> $FILE1
|
||||
echo "Desktop JAR download: [Link]("$DESKFILE")" >> $FILE1
|
||||
|
||||
git add $FILE1
|
||||
git add $DESKFILE
|
||||
|
Loading…
Reference in New Issue
Block a user