修改资源路径

main
ZhuoZhou 2025-05-08 18:00:29 +08:00
parent 03e2e6667f
commit 56cc296556
2 changed files with 4 additions and 4 deletions

View File

@ -249,7 +249,7 @@ if __name__ == '__main__':
opts.upload = "false"
opts.log = "log/build.log"
opts.assets = "/Volumes/Predator/find-object/find-object-art"
opts.resources = "/Volumes/Predator/find-it/find-object-bundle-resource"
opts.resources = "/Volumes/Predator/find-object/find-object-bundle-resource"
opts.workspace_path = config.machine_env_config.CD_MAC_STUDIO.value['workspace_path']
opts.git_commit_hash_file = os.path.join(opts.workspace_path, 'find_object_git_commit_hash.txt')
opts.git_hash_change_record_file = os.path.join(opts.workspace_path, 'find_object_git_hash_change_record.txt')

View File

@ -33,10 +33,10 @@ class config_type(enum.Enum):
# unpass_level = 1
# pass_level = 2
cdn = 'https://cdn3-find-it.fungame.cloud'
app_id = 'find-it'
cdn = 'https://cdn3-find-object.fungame.cloud'
app_id = 'find-object'
domain_list = [
'cdn3-find-it.fungame.cloud',
'cdn3-find-object.fungame.cloud',
]
thum_bundle_prefix = 'assets_assetraw_uiraw_raw_thum'