mirror of
https://github.com/kennethreitz/super-sphere.git
synced 2026-06-05 23:20:20 +00:00
fix android build
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
dist/macos/supersphere-app-OSX.zip
|
||||
dist/supersphere-ANDROID.apk
|
||||
dist/supersphere.love
|
||||
dist/supersphere-WIN.zip
|
||||
dist/supersphere-app-OSX.zip
|
||||
dist/windows/SuperSphere.exe
|
||||
|
||||
@@ -2,7 +2,6 @@ build:
|
||||
rm -fr supersphere.love
|
||||
zip -r dist/supersphere.love assets lib *.lua
|
||||
|
||||
|
||||
mac: build
|
||||
mv dist/supersphere.love dist/macos/Super\ Sphere.app/Contents/Resources/supersphere.love
|
||||
cd dist/macos && zip -r supersphere-app-OSX.zip *
|
||||
@@ -22,9 +21,8 @@ windows:
|
||||
mv conf.lua conf.windows.lua
|
||||
mv conf.default.lua conf.lua
|
||||
|
||||
|
||||
android: build
|
||||
cp dist/supersphere.love dist/android/game.love
|
||||
cp dist/supersphere.love dist/android/app/src/main/assets/game.love
|
||||
cd dist/android && ./gradlew build
|
||||
mv dist/android/app/build/outputs/apk/app-debug.apk dist/supersphere-ANDROID.apk
|
||||
rm -fr dist/android/game.love
|
||||
rm -fr dist/android/app/src/main/assets/game.love
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user