Ninslash: bump version
This commit is contained in:
Submodule project/jni/application/hid-pc-keyboard/src updated: a41e6e2511...9529507735
@@ -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
|
||||
|
||||
@@ -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 ] && \
|
||||
|
||||
Reference in New Issue
Block a user