From 7e85ac5b439337e0b5ef6ec392d1dcea7375dbe7 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:35:12 -0300 Subject: [PATCH] feat: rename vbs file --- src/main/events/user-preferences/auto-launch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/events/user-preferences/auto-launch.ts b/src/main/events/user-preferences/auto-launch.ts index 6b73d135..cb40a969 100644 --- a/src/main/events/user-preferences/auto-launch.ts +++ b/src/main/events/user-preferences/auto-launch.ts @@ -16,7 +16,7 @@ const autoLaunch = async ( }); if (process.platform == "win32") { - const destination = path.join(windowsStartupPath, "hydralauncher.vbs"); + const destination = path.join(windowsStartupPath, "Hydra.vbs"); if (enabled) { const scriptPath = path.join(process.resourcesPath, "hydralauncher.vbs");