mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
fix: correct binary name duplication in PowerShell installation script
- Removed redundant ".exe" suffix from binary names in install.ps1 to ensure unique and accurate naming for Windows binaries based on architecture.
This commit is contained in:
parent
96af6471e4
commit
fc9ebdec98
@ -89,9 +89,9 @@ function Install-CursorModifier {
|
||||
# Look for Windows binary with our architecture
|
||||
$possibleNames = @(
|
||||
"cursor-id-modifier_windows_$($arch).exe",
|
||||
"cursor-id-modifier_windows_$($arch).exe.exe",
|
||||
"cursor-id-modifier_windows_$($arch).exe",
|
||||
"cursor-id-modifier_Windows_$($arch).exe",
|
||||
"cursor-id-modifier_Windows_$($arch).exe.exe"
|
||||
"cursor-id-modifier_Windows_$($arch).exe"
|
||||
)
|
||||
|
||||
$asset = $null
|
||||
|
Loading…
x
Reference in New Issue
Block a user