aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl
diff options
context:
space:
mode:
authorlubomyr2017-02-22 22:49:47 +0200
committerlubomyr2017-02-22 22:49:47 +0200
commit8a70c0c9225e6aa85a93c30c3f59eb6473fcd90c (patch)
tree379fd70a542a47fcafcb1304add95741ae52f3e7 /dists/androidsdl
parentcdda943c8a3089551843be3dedaaddb6c5348555 (diff)
downloadscummvm-rg350-8a70c0c9225e6aa85a93c30c3f59eb6473fcd90c.tar.gz
scummvm-rg350-8a70c0c9225e6aa85a93c30c3f59eb6473fcd90c.tar.bz2
scummvm-rg350-8a70c0c9225e6aa85a93c30c3f59eb6473fcd90c.zip
ANDROIDSDL: changed filename in asset file with scummvm-data for replacing old data-files
Diffstat (limited to 'dists/androidsdl')
-rw-r--r--dists/androidsdl/scummvm/AndroidAppSettings.cfg2
-rw-r--r--dists/androidsdl/scummvm/AndroidAppSettings.cfg.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
index 1c044fef3e..55300e6edd 100644
--- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg
+++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
@@ -23,7 +23,7 @@ InhibitSuspend=y
# If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir -
# these files are put inside .apk package by build system
# Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS
-AppDataDownloadUrl="!!App data|scummvm190-git-appdata.zip"
+AppDataDownloadUrl="!!App data|scummvm_1_10_0-git-appdata.zip"
# Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only
# with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32)
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in
index 78756b0da6..897389a36f 100644
--- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in
+++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in
@@ -23,7 +23,7 @@ InhibitSuspend=y
# If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir -
# these files are put inside .apk package by build system
# Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS
-AppDataDownloadUrl="!!App data|scummvm190-git-appdata.zip"
+AppDataDownloadUrl="!!App data|scummvm_1_10_0-git-appdata.zip"
# Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only
# with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32)