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 5d43e53 commit 737d2a4Copy full SHA for 737d2a4
tools/CMakeLists.txt
@@ -569,7 +569,7 @@ function(picotool_postprocess_binary TARGET)
569
--quiet --hash --sign
570
${picotool_encrypt_args}
571
$<TARGET_FILE:${TARGET}> $<TARGET_FILE:${TARGET}>
572
- ${picotool_aesfile} ${picotool_enc_sigfile}
+ ${picotool_aesfile} ${picotool_enc_sigfile} ${otp_file}
573
COMMAND_EXPAND_LISTS
574
VERBATIM)
575
if (ARGC EQUAL 2)
0 commit comments