Skip to content

Commit

Permalink
fix windows signing script
Browse files Browse the repository at this point in the history
Change-Id: I56e07a5535c62142f8e2ba32b4f59a64a6b4dc66
  • Loading branch information
s-kipnis committed May 24, 2023
1 parent 29f7b5b commit 41a01a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/wnx/run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if "%~1"=="--test" (set arg_test=1) & shift & goto CheckOpts
if "%~1"=="-D" (set arg_doc=1) & shift & goto CheckOpts
if "%~1"=="--documentation" (set arg_doc=1) & shift & goto CheckOpts

if "%~1"=="--sign" (set arg_sign_file=%1) & (set arg_sign_secret=%2) & (set arg_sign=1) & shift & shift & shift goto CheckOpts
if "%~1"=="--sign" (set arg_sign_file=%~2) & (set arg_sign_secret=%~3) & (set arg_sign=1) & shift & shift & shift & goto CheckOpts
)
if "%arg_all%"=="1" (set arg_ctl=1) & (set arg_build=1) & (set arg_test=1) & (set arg_setup=1) & (set arg_ohm=1) & (set arg_msi=1)

Expand Down

0 comments on commit 41a01a2

Please sign in to comment.