Skip to content

Commit

Permalink
fix(): fix upload folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stu43005 committed Nov 26, 2023
1 parent 3242397 commit d63eb7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assetbundle-downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const needUploadAssets = new SetFile<string>(
const ignoredAssets = new SetFile<string>(path.join(ASSETBUNDLE_PATH, "ignored_assets.json"));

export async function assetBundleDownloader(force = false): Promise<boolean> {
await mkdir(uploadFolder);

await AssetbundleLookupTable.getInstance().updateLookupTable();
updateNeedUpdateList();

Expand Down

0 comments on commit d63eb7b

Please sign in to comment.