mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
17 lines
416 B
Batchfile
17 lines
416 B
Batchfile
|
|
||
|
cd ./engine
|
||
|
|
||
|
call scons -j6 platform=android target=release_debug android_arch=armv7 entities_2d=no
|
||
|
call scons -j6 platform=android target=release_debug android_arch=arm64v8 entities_2d=no
|
||
|
call scons -j6 platform=android target=release_debug android_arch=x86 entities_2d=no
|
||
|
|
||
|
cd ./platform/android/java
|
||
|
|
||
|
rem call .\gradlew.bat build
|
||
|
call .\gradlew.bat generateGodotTemplates
|
||
|
|
||
|
|
||
|
cd ..
|
||
|
cd ..
|
||
|
cd ..
|
||
|
cd ..
|