update ps1

This commit is contained in:
yeongpin 2025-01-11 18:46:04 +08:00
parent 196060cb1b
commit 0a946d4e4e

View File

@ -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