From 0a946d4e4e6c22d7fb4c12d2c89f38a57fc4b1dd Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 11 Jan 2025 18:46:04 +0800 Subject: [PATCH] update ps1 --- scripts/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index bd220e0..ee6ce1d 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -160,7 +160,7 @@ function Install-CursorFreeVIP { # Run the program try { - & "$InstallDir\cursor-id-modifier.exe" + & "$InstallDir\CursorFreeVIP.exe" if ($LASTEXITCODE -ne 0) { Write-Host "Failed to run cursor-free-vip" -ForegroundColor Red exit 1