改仓库地址
This commit is contained in:
parent
f987784ac7
commit
ca149bac43
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.punch.prankster.puzzle.fwaes.free.launcher.fgsaw",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.diy.emoticon.free.zcaqf.game.launcher",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.emoticon.diy.znfav.launcher.free",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.fill.heart.finger.free.puzzle.launcher.lperc",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.human.assemble.launcher.czaeg.free",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.prank.puncher.game.free.puzzle.sgwee",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.punch.prankster.puzzle.fwaes.free.launcher.fgsaw",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/Lawnchair.git",
|
||||
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||
"repo_branch": "touka-dev-new-unity",
|
||||
"repo_commit": "",
|
||||
"package_name": "com.satiszen.tidy.asmr.zxffg.free.launcher",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
from utils.logger_utils import app_logger
|
||||
from context import Context
|
||||
from project_build import ProjectBuild
|
||||
from project_copy import ProjectCopy
|
||||
from project_end import ProjectEnd
|
||||
from project_init import ProjectInit
|
||||
from project_interface import ProjectInterface
|
||||
from project_proguard import ProjectProguard
|
||||
from project_res_md5 import ProjectResMd5
|
||||
from project_res_string import ProjectResString
|
||||
from project_update import ProjectUpdate
|
||||
from project_upload import ProjectUpload
|
||||
from .context import Context
|
||||
from .project_build import ProjectBuild
|
||||
from .project_copy import ProjectCopy
|
||||
from .project_end import ProjectEnd
|
||||
from .project_init import ProjectInit
|
||||
from .project_interface import ProjectInterface
|
||||
from .project_proguard import ProjectProguard
|
||||
from .project_res_md5 import ProjectResMd5
|
||||
from .project_res_string import ProjectResString
|
||||
from .project_update import ProjectUpdate
|
||||
from .project_upload import ProjectUpload
|
||||
|
||||
|
||||
def run(context: Context):
|
||||
|
|
Loading…
Reference in New Issue