Basilisk II: Updated to version 1.0.0.05. Updated app icon, configuration, assets, and build script

This commit is contained in:
lubomyr
2018-01-13 19:30:28 +02:00
parent da05e8dfc6
commit dcad4c156c
5 changed files with 7 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ AppName="BasiliskII"
AppFullName=net.cebix.basilisk
# Application version code (integer)
AppVersionCode=10004
AppVersionCode=10005
# Application user-visible version name (string)
AppVersionName="1.0.0.04"
AppVersionName="1.0.0.05"
# 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
@@ -236,3 +236,6 @@ AdmobTestDeviceId=
# Your AdMob banner size (BANNER/IAB_BANNER/IAB_LEADERBOARD/IAB_MRECT/IAB_WIDE_SKYSCRAPER/SMART_BANNER)
AdmobBannerSize=
# Hide Android system mouse cursor image when USB mouse is attached (y) or (n) - the app must draw it's own mouse cursor
HideSystemMousePointer=y

View File

@@ -9,6 +9,7 @@ ln -sf libsdl-1.2.so $LOCAL_PATH/../../../obj/local/$1/libpthread.so
ln -sf libsdl_image.so $LOCAL_PATH/../../../obj/local/$1/libSDL_image.so
ln -sf libsdl_ttf.so $LOCAL_PATH/../../../obj/local/$1/libSDL_ttf.so
JOBS=4
if [ \! -f basiliskii/src/Unix/configure ] ; then
sh -c "cd basiliskii/src/Unix && ./autogen.sh"
@@ -20,5 +21,5 @@ if [ \! -f basiliskii/src/Unix/Makefile ] ; then
../setEnvironment-$1.sh sh -c "cd basiliskii/src/Unix && ./configure --build=x86_64-unknown-linux-gnu --host=$2 --enable-sdl-video --enable-sdl-audio --without-gtk --without-esd --without-x"
fi
make -C basiliskii/src/Unix && mv -f basiliskii/src/Unix/BasiliskII libapplication-$1.so
make -C basiliskii/src/Unix -j$JOBS && mv -f basiliskii/src/Unix/BasiliskII libapplication-$1.so

BIN
project/jni/application/basiliskii/AndroidData/cfg.zip Normal file → Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB