We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ddd97 commit b016501Copy full SHA for b016501
build.bat
@@ -59,7 +59,7 @@ if exist .deps\prepared goto :render
59
if "%SigningCertificate%"=="" goto :success
60
if "%TimestampServer%"=="" goto :success
61
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
+ 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
63
64
:success
65
echo [+] Success. Launch wireguard.exe.
0 commit comments