improvements to android makefile

This commit is contained in:
2017-07-18 22:00:47 -04:00
parent 316bbdcc82
commit 72fddbd4d9
+2 -1
View File
@@ -18,4 +18,5 @@ windows:
android: build
cp dist/supersphere.love dist/android/game.love
cd dist/android && ./gradlew build
mv dist/android/app/build/outputs/apk/app-debug.apk dist/android/supersphere.apk
mv dist/android/app/build/outputs/apk/app-debug.apk dist/android/supersphere.apk
rm -fr dist/android/game.love