mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +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") {
|
if (process.platform == "win32") {
|
||||||
const destination = path.join(windowsStartupPath, "hydralauncher.vbs");
|
const destination = path.join(windowsStartupPath, "Hydra.vbs");
|
||||||
|
|
||||||
if (enabled) {
|
if (enabled) {
|
||||||
const scriptPath = path.join(process.resourcesPath, "hydralauncher.vbs");
|
const scriptPath = path.join(process.resourcesPath, "hydralauncher.vbs");
|
||||||
|
Loading…
Reference in New Issue
Block a user