fix: remove redundant extension assignment in build script

- Eliminated the unnecessary assignment of the ".exe" extension for Windows in build_all.bat to streamline the script and avoid confusion regarding binary naming conventions.
This commit is contained in:
Vaggelis kavouras 2024-12-29 00:11:40 +02:00
parent fc9ebdec98
commit 0f0d1c7d6f

View File

@ -33,7 +33,6 @@ 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%