diff options
author | Sven Gothel <[email protected]> | 2012-05-04 06:22:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-04 06:22:47 +0200 |
commit | b29d98240fdffa323f3da081173606c36881aa21 (patch) | |
tree | b7cb79430204a30b5c71a7c467ef10885967125b /make/build.xml | |
parent | d5ba01ab46fd9140632262ee6270429450bf31ca (diff) |
Fix Android JogAmp Launcher: Assets
Diffstat (limited to 'make/build.xml')
-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 41a6c82..b01969a 100644 --- a/make/build.xml +++ b/make/build.xml @@ -785,7 +785,7 @@ </jar> <aapt.signed - assetsdir="resources/android/assets-launcher" + assetsdir="resources/assets-launcher" jarbuilddir="${build}" jarbasename="jogamp.android-launcher" nativebuilddir="${build}" |