feat: rename vbs file

This commit is contained in:
Zamitto 2024-06-28 15:35:12 -03:00
parent ed978af3ae
commit 7e85ac5b43

View File

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