aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/androidsdl/androidsdl.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/androidsdl/androidsdl.mk b/backends/platform/androidsdl/androidsdl.mk
index 1defb81b97..53c0d27666 100644
--- a/backends/platform/androidsdl/androidsdl.mk
+++ b/backends/platform/androidsdl/androidsdl.mk
@@ -4,8 +4,8 @@ androidsdl:
$(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) release
$(INSTALL) -c -m 644 $(DIST_FILES_DOCS) release
$(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip release
- zip -j scummvm190-git-appdata.zip release/*
- split -d -b 1000000 scummvm190-git-appdata.zip scummvm190-git-appdata.zip0
- $(RM) -r scummvm190-git-appdata.zip
+ zip -j scummvm_1_10_0-git-appdata.zip release/*
+ split -d -b 1000000 scummvm_1_10_0-git-appdata.zip scummvm_1_10_0-git-appdata.zip0
+ $(RM) -r scummvm_1_10_0-git-appdata.zip
.PHONY: androidsdl