From d5f07c740907d07f509de2e18e2698a98855b3c2 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:32:47 -0400 Subject: [PATCH] Move nssm to homebridge organization (#1545) --- src/bin/platforms/win32.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/platforms/win32.ts b/src/bin/platforms/win32.ts index 95c2697a5..7da16372a 100644 --- a/src/bin/platforms/win32.ts +++ b/src/bin/platforms/win32.ts @@ -146,7 +146,7 @@ export class Win32Installer extends BasePlatform { * This is used to create the Windows Services */ private async downloadNssm(): Promise { - const downloadUrl = `https://github.com/oznu/nssm/releases/download/2.24-101-g897c7ad/nssm_${os.arch()}.exe`; + const downloadUrl = `https://github.com/homebridge/nssm/releases/download/2.24-101-g897c7ad/nssm_${os.arch()}.exe`; const nssmPath = path.resolve(this.hbService.storagePath, 'nssm.exe'); if (await fs.pathExists(nssmPath)) {