mirror of
https://github.com/kennethreitz/super-sphere.git
synced 2026-06-05 23:20:20 +00:00
cleanups
This commit is contained in:
@@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
dist/macos/supersphere-app-OSX.zip
|
||||
|
||||
@@ -2,6 +2,12 @@ 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 *
|
||||
rm -fr dist/macos/Super\ Sphere.app/Contents/Resources/supersphere.love
|
||||
|
||||
windows:
|
||||
|
||||
mv conf.lua conf.default.lua
|
||||
@@ -9,7 +15,7 @@ windows:
|
||||
$(MAKE) build
|
||||
|
||||
cd dist/windows && cat .love.exe ../supersphere.love > SuperSphere.exe
|
||||
cd dist/windows && zip -r supersphere.zip *
|
||||
cd dist/windows && zip -r supersphere-WIN.zip *
|
||||
|
||||
mv conf.lua conf.windows.lua
|
||||
mv conf.default.lua conf.lua
|
||||
@@ -18,5 +24,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-ANDROID.apk
|
||||
rm -fr dist/android/game.love
|
||||
Generated
Vendored
BIN
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user