File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ def save(self):
378
378
# Download and extract the vanilla assets
379
379
assets_path = "assets"
380
380
vanilla_archive = "vanilla.7z"
381
- assets_url = "http ://07th-mod.com/archive/vanilla.7z "
381
+ assets_url = f"https ://github.com/ 07th-mod/patch-releases/releases/download/developer-v1.0/ { vanilla_archive } "
382
382
vanilla_folder_path = os .path .join (assets_path , "vanilla" )
383
383
vanilla_fully_extracted = os .path .exists (vanilla_folder_path ) and not os .path .exists (vanilla_archive )
384
384
if lastModifiedManager .isRemoteModifiedAndUpdateMemory (assets_url ) or force_download or not vanilla_fully_extracted :
@@ -399,7 +399,7 @@ def save(self):
399
399
# Download and extract UABE
400
400
uabe_folder = "64bit"
401
401
uabe_archive = "AssetsBundleExtractor_2.2stabled_64bit_with_VC2010.zip"
402
- uabe_url = f"http ://07th-mod.com/archive /{ uabe_archive } "
402
+ uabe_url = f"https ://github.com/ 07th-mod/patch-releases/releases/download/developer-v1.0 /{ uabe_archive } "
403
403
uabe_fully_extracted = os .path .exists (uabe_folder ) and not os .path .exists (uabe_archive )
404
404
if lastModifiedManager .isRemoteModifiedAndUpdateMemory (uabe_url ) or force_download or not uabe_fully_extracted :
405
405
print ("Downloading and Extracting UABE" )
You can’t perform that action at this time.
0 commit comments