diff options
author | Sven Gothel <[email protected]> | 2012-03-28 03:10:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-28 03:10:01 +0200 |
commit | 469a4987bd6be2fe49c2e6e0fb97a42f26eabfbe (patch) | |
tree | 4e201aae627b5c48c9099ea15b0abfb89af89331 /make | |
parent | 0d486ab4bc73a53218cb015936aed755e8e9e6de (diff) |
7z Archive: Add all APK's - Was missing Android Launcher.
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index de9f168..1a0a7e6 100644 --- a/make/build.xml +++ b/make/build.xml @@ -899,7 +899,7 @@ <mkdir dir="${archive}/jar" /> <copy todir="${archive}/jar"> <fileset dir="${build}" includes="gluegen*.jar"/> - <fileset dir="${build}" includes="gluegen*.apk"/> + <fileset dir="${build}" includes="*.apk"/> </copy> <mkdir dir="${archive}/lib" /> <copy todir="${archive}/lib"> |