ANDROIDSDL: changed filename in asset file with scummvm-data for replacing old data-files
This commit is contained in:
parent
cdda943c8a
commit
8a70c0c922
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue