mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: rename vbs file
This commit is contained in:
parent
ed978af3ae
commit
7e85ac5b43
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue