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");