Ninslash: bump version

This commit is contained in:
Sergii Pylypenko
2016-11-26 02:43:52 +02:00
parent 7a954e3dc0
commit 9a1dbfc234
4 changed files with 7 additions and 6 deletions

View File

@@ -7,10 +7,10 @@ AppName="Ninslash"
AppFullName=ninslash.com
# Application version code (integer)
AppVersionCode=01911
AppVersionCode=02012
# Application user-visible version name (string)
AppVersionName="0.1.9.11 pre-alpha early access"
AppVersionName="0.2.0.12"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu

View File

@@ -20,11 +20,12 @@ python datasrc/compile.py server_content_header > src/game/generated/server_data
python scripts/cmd5.py src/engine/shared/protocol.h src/game/generated/protocol.h src/game/tuning.h src/game/gamecore.cpp src/game/generated/protocol.h > src/game/generated/nethash.cpp
}
[ -n "`find data *.txt *.cfg 'example configs' -cnewer ../AndroidData/data.zip 2>&1`" ] && {
echo "Archiving data"
mkdir -p ../AndroidData
rm -f ../AndroidData/data.zip
zip -r ../AndroidData/data.zip data *.txt *.cfg "example configs" >/dev/null
}
for ARCH in armeabi-v7a x86; do
[ -e ../AndroidData/binaries-$ARCH.zip ] && \