diff --git a/packages/drastic.tar.gz b/packages/drastic.tar.gz index 85414784..d7a47728 100644 Binary files a/packages/drastic.tar.gz and b/packages/drastic.tar.gz differ diff --git a/packages/emulationstation.tar.gz b/packages/emulationstation.tar.gz index 9298d9ab..f06eed58 100644 Binary files a/packages/emulationstation.tar.gz and b/packages/emulationstation.tar.gz differ diff --git a/packages/uae4arm.tar.gz b/packages/uae4arm.tar.gz index e1e94dad..88231d67 100644 Binary files a/packages/uae4arm.tar.gz and b/packages/uae4arm.tar.gz differ diff --git a/releases/script.gamestarter-LE8-20170203155003.zip b/releases/script.gamestarter-LE8-20170204023721.zip similarity index 97% rename from releases/script.gamestarter-LE8-20170203155003.zip rename to releases/script.gamestarter-LE8-20170204023721.zip index 0568ee5a..b9469fd1 100644 Binary files a/releases/script.gamestarter-LE8-20170203155003.zip and b/releases/script.gamestarter-LE8-20170204023721.zip differ diff --git a/releases/script.gamestarter-OLE-20170203154952.zip b/releases/script.gamestarter-OLE-20170204023707.zip similarity index 96% rename from releases/script.gamestarter-OLE-20170203154952.zip rename to releases/script.gamestarter-OLE-20170204023707.zip index 506432a4..a23c145a 100644 Binary files a/releases/script.gamestarter-OLE-20170203154952.zip and b/releases/script.gamestarter-OLE-20170204023707.zip differ diff --git a/script.gamestarter/changelog.txt b/script.gamestarter/changelog.txt index 6e2dfee2..20953f8c 100644 --- a/script.gamestarter/changelog.txt +++ b/script.gamestarter/changelog.txt @@ -5,6 +5,7 @@ v2.7.0 (2017-02-04) - Advanced Emulator Launcher updated to v0.9.5 - Nintendo DS DraStic emulator as an optional installation - Estuary skin custom mod as an optional installation +- independent log files - retroarch playlists and gba folders included - Minor updates, bug fixes and code debugging. diff --git a/script.gamestarter/resources/data/emulators.tar.gz b/script.gamestarter/resources/data/emulators.tar.gz index 60dd4c3a..a30ba127 100644 Binary files a/script.gamestarter/resources/data/emulators.tar.gz and b/script.gamestarter/resources/data/emulators.tar.gz differ diff --git a/script.gamestarter/resources/data/frontend-assets.tar.gz b/script.gamestarter/resources/data/frontend-assets.tar.gz index 606d4d9b..3004805a 100644 Binary files a/script.gamestarter/resources/data/frontend-assets.tar.gz and b/script.gamestarter/resources/data/frontend-assets.tar.gz differ diff --git a/script.gamestarter/resources/data/libretro-cores.tar.gz.part.aa b/script.gamestarter/resources/data/libretro-cores.tar.gz.part.aa index 428a897a..eeec2c8f 100644 Binary files a/script.gamestarter/resources/data/libretro-cores.tar.gz.part.aa and b/script.gamestarter/resources/data/libretro-cores.tar.gz.part.aa differ diff --git a/script.gamestarter/resources/data/plugin.program.advanced.emulator.launcher.tar.gz b/script.gamestarter/resources/data/plugin.program.advanced.emulator.launcher.tar.gz index b52626b9..37d0bea7 100644 Binary files a/script.gamestarter/resources/data/plugin.program.advanced.emulator.launcher.tar.gz and b/script.gamestarter/resources/data/plugin.program.advanced.emulator.launcher.tar.gz differ diff --git a/script.gamestarter/resources/data/plugin.program.advanced.launcher.tar.gz b/script.gamestarter/resources/data/plugin.program.advanced.launcher.tar.gz index 5dfecd86..7e062f8a 100644 Binary files a/script.gamestarter/resources/data/plugin.program.advanced.launcher.tar.gz and b/script.gamestarter/resources/data/plugin.program.advanced.launcher.tar.gz differ diff --git a/script.gamestarter/resources/data/retroarch.tar.gz b/script.gamestarter/resources/data/retroarch.tar.gz index b10b2964..4dfe96b3 100644 Binary files a/script.gamestarter/resources/data/retroarch.tar.gz and b/script.gamestarter/resources/data/retroarch.tar.gz differ diff --git a/scripts/updater.sh b/scripts/updater.sh index c63d2283..6fdc2460 100644 --- a/scripts/updater.sh +++ b/scripts/updater.sh @@ -10,7 +10,7 @@ kodi-send --action="xbmc.ActivateWindow(busydialog)" # wget --no-check-certificate -O $ADDON_DIRECTORY/changelog_latest.txt https://raw.githubusercontent.com/bite-your-idols/Gamestarter-Pi/master/script.gamestarter/changelog.txt VERSION_LOCAL=$(head -c 6 $ADDON_DIRECTORY/changelog.txt) # VERSION_ONLINE=$(head -c 6 $ADDON_DIRECTORY/changelog_latest.txt) -VERSION_ONLINE="v2.6.0" +VERSION_ONLINE="v2.7.0" echo $VERSION_LOCAL echo $VERSION_ONLINE