From f660017facd30de91b174b3c6021e932b68e7a8c Mon Sep 17 00:00:00 2001 From: RuiNtD Date: Tue, 7 Nov 2023 15:05:17 -0700 Subject: [PATCH] oops --- update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.ts b/update.ts index e1f9e65..e4198fa 100644 --- a/update.ts +++ b/update.ts @@ -69,7 +69,7 @@ const downloads: Download[] = [ filename: `PrismLauncher-Windows-MSVC-${latestVersion}.zip`, }, { - dir: "PrismLauncher-ARM64", + dir: "PrismLauncherARM64", filename: `PrismLauncher-Windows-MSVC-arm64-${latestVersion}.zip`, }, ];