aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorEugene Sandulenko2017-02-22 22:04:29 +0100
committerGitHub2017-02-22 22:04:29 +0100
commitdb4ef7c46778a5147aa6ff8a2972beb7c5188372 (patch)
treea0ad921b7e4442ea80f667abe938c1f281931f4e /dists
parent842cda6f3268f83b4e6306b8fb5e8226bf134513 (diff)
parent8a70c0c9225e6aa85a93c30c3f59eb6473fcd90c (diff)
downloadscummvm-rg350-db4ef7c46778a5147aa6ff8a2972beb7c5188372.tar.gz
scummvm-rg350-db4ef7c46778a5147aa6ff8a2972beb7c5188372.tar.bz2
scummvm-rg350-db4ef7c46778a5147aa6ff8a2972beb7c5188372.zip
Merge pull request #909 from lubomyr/master
ANDROIDSDL: changed filename in assets file with scummvm-data for replace old data files
Diffstat (limited to 'dists')
-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)