打包脚本
This commit is contained in:
parent
0268ed22c9
commit
61d29d94cf
|
@ -4,8 +4,8 @@
|
|||
"repo_commit": "",
|
||||
"package_name": "com.diy.emoticon.free.zcaqf.game.launcher",
|
||||
"game_type": "unity_native",
|
||||
"version_display_name": "1.0.20",
|
||||
"version_code": 20,
|
||||
"version_display_name": "2.0.20",
|
||||
"version_code": 220,
|
||||
"string": {
|
||||
"base": {
|
||||
"gl_splash_title": "Wield your imagination and create your own Emoticons!",
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_branch": "gl_1.0.1.1",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.satiszen.tidy.asmr.zxffg.free.launcher",
|
||||
"game_type": "unity_native",
|
||||
"version_display_name": "1.0.900",
|
||||
"version_code": 900,
|
||||
"version_display_name": "1.0.921",
|
||||
"version_code": 921,
|
||||
"app_name": "Satiszen: Tidy ASMR Launcher",
|
||||
"string": {
|
||||
"base": {
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
python main.py --config com.diy.emoticon.free.zcaqf.game.launcher.json
|
||||
pause
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
python main.py --config com.diy.emoticon.free.zcaqf.game.launcher.json
|
||||
read -p "Press Enter to continue..."
|
|
@ -38,7 +38,7 @@ class ProjectBuild(Task):
|
|||
|
||||
def execute(self):
|
||||
self.init()
|
||||
self.save_project()
|
||||
# self.save_project()
|
||||
self.build_apk()
|
||||
self.build_aab()
|
||||
self.copy_to_out()
|
||||
|
|
Loading…
Reference in New Issue