diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 | ||||
-rw-r--r-- | make/resources/assets-launcher/jogamp/launcher/info.txt | 3 |
2 files changed, 4 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}" diff --git a/make/resources/assets-launcher/jogamp/launcher/info.txt b/make/resources/assets-launcher/jogamp/launcher/info.txt new file mode 100644 index 0000000..558ea80 --- /dev/null +++ b/make/resources/assets-launcher/jogamp/launcher/info.txt @@ -0,0 +1,3 @@ +JogAmp Launcher Asset. + +This file exists for test purposes. |