mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 08:49:19 +00:00
10 lines
159 B
Batchfile
10 lines
159 B
Batchfile
@echo off
|
|
if [%5]==[] goto simple
|
|
set /p passphrase=<%1
|
|
%2 sign /f %3 /fd SHA256 /p %passphrase% /t %4 %5
|
|
goto :eof
|
|
|
|
:simple
|
|
%1 sign /fd SHA256 /t %2 %3
|
|
|
|
:eof
|