From 235f7800f0cc20c3997fbf9118c66196672fb0bb Mon Sep 17 00:00:00 2001 From: "kingparks@jeter.eu.org" Date: Sun, 12 Jan 2025 12:57:38 +0800 Subject: [PATCH] cursor-vip update --- build/i.sh | 3 ++- build/ic.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/i.sh b/build/i.sh index e24c7a3..0afa656 100755 --- a/build/i.sh +++ b/build/i.sh @@ -105,5 +105,6 @@ if [[ $os_name == "windows" ]]; then echo "" chmod +x ${desktop_dir}/cursor-vip.exe - powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs" +# powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs" + ${desktop_dir}/cursor-vip.exe fi diff --git a/build/ic.sh b/build/ic.sh index e24c7a3..0afa656 100755 --- a/build/ic.sh +++ b/build/ic.sh @@ -105,5 +105,6 @@ if [[ $os_name == "windows" ]]; then echo "" chmod +x ${desktop_dir}/cursor-vip.exe - powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs" +# powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs" + ${desktop_dir}/cursor-vip.exe fi