Skip to content

Commit b016501

Browse files
rozmansizx2c4
authored andcommitted
build: sign ARM and ARM64 binaries
Signed-off-by: Simon Rozman <[email protected]>
1 parent 45ddd97 commit b016501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if exist .deps\prepared goto :render
5959
if "%SigningCertificate%"=="" goto :success
6060
if "%TimestampServer%"=="" goto :success
6161
echo [+] Signing
62-
signtool sign /sha1 "%SigningCertificate%" /fd sha256 /tr "%TimestampServer%" /td sha256 /d WireGuard x86\wireguard.exe x86\wg.exe amd64\wireguard.exe amd64\wg.exe || goto :error
62+
signtool sign /sha1 "%SigningCertificate%" /fd sha256 /tr "%TimestampServer%" /td sha256 /d WireGuard x86\wireguard.exe x86\wg.exe amd64\wireguard.exe amd64\wg.exe arm\wireguard.exe arm\wg.exe arm64\wireguard.exe arm64\wg.exe || goto :error
6363

6464
:success
6565
echo [+] Success. Launch wireguard.exe.

0 commit comments

Comments
 (0)