mirror of
https://github.com/amnezia-vpn/amneziawg-windows-client.git
synced 2026-05-17 08:15:44 +03:00
remove unused params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user