remove unused params

This commit is contained in:
RomikB
2024-05-14 21:34:16 +02:00
parent 1191204070
commit 5acd07416a

View File

@@ -41,9 +41,9 @@ if exist .deps\prepared goto :render
echo [+] Regenerating files
go generate ./... || exit /b 1
)
call :build_plat x86 i686 386 x86 || goto :error
call :build_plat amd64 x86_64 amd64 x64 || goto :error
call :build_plat arm64 aarch64 arm64 arm64 || goto :error
call :build_plat x86 i686 386 || goto :error
call :build_plat amd64 x86_64 amd64 || goto :error
call :build_plat arm64 aarch64 arm64 || goto :error
:sign
if exist .\sign.bat call .\sign.bat