mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-21 16:30:39 +00:00
fix: streamline Windows binary extension handling in configuration
- Removed the redundant assignment of the ".exe" extension in .goreleaser.yml. - Added conditional assignment of the ".exe" extension in build_all.bat to ensure clarity and consistency in binary naming for Windows builds.
This commit is contained in:
@@ -33,6 +33,7 @@ mkdir "..\bin" 2>nul
|
||||
set "os=%~1"
|
||||
set "arch=%~2"
|
||||
set "ext="
|
||||
if "%os%"=="windows" set "ext=.exe"
|
||||
|
||||
echo %GREEN%!EN_MESSAGES[5]! %os%/%arch%%RESET%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user