mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: rename vbs file
This commit is contained in:
parent
ed978af3ae
commit
7e85ac5b43
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user