mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 22:33:39 +00:00
feat: add architecture-specific binary naming in installation script
- Introduced a new binary naming format for the cursor-id-modifier to include the latest release tag and support the x86_64 architecture. - This change enhances version tracking and aligns with standard naming conventions for better clarity in the installation process.
This commit is contained in:
@@ -103,6 +103,7 @@ function Install-CursorModifier {
|
||||
|
||||
# Look for Windows binary with our architecture
|
||||
$possibleNames = @(
|
||||
"cursor-id-modifier_$($latestRelease.tag_name)_windows_x86_64.exe",
|
||||
"cursor-id-modifier_$($latestRelease.tag_name)_windows_$($arch).exe",
|
||||
"cursor-id-modifier_windows_$($arch).exe"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user