改仓库地址

This commit is contained in:
luojian 2025-10-10 22:30:34 +08:00
parent f987784ac7
commit ca149bac43
9 changed files with 19 additions and 19 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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):