fix(hooks): remove external repo URL from tip message

BurntToast module is a well-known Microsoft module but per project
policy avoiding unvetted external links in user-facing output.
This commit is contained in:
QWsin
2026-03-30 14:08:08 +08:00
parent 76c13ac5fb
commit 02206e87a5

View File

@@ -144,8 +144,7 @@ function run(raw) {
log(`[DesktopNotify] "${ps.path}" -Command "Install-Module -Name BurntToast -Scope CurrentUser"`);
} else {
// No PowerShell found
log('[DesktopNotify] Tip: Install BurntToast in PowerShell for notifications:');
log('[DesktopNotify] https://github.com/microsoft/BurntToast');
log('[DesktopNotify] Tip: Install BurntToast module in PowerShell for notifications');
}
}
} catch (err) {