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 b4c03b0 commit fdc6a2eCopy full SHA for fdc6a2e
tools/CMakeLists.txt
@@ -597,7 +597,7 @@ function(picotool_postprocess_binary TARGET)
597
--quiet --hash --sign
598
${picotool_encrypt_args}
599
$<TARGET_FILE:${TARGET}> $<TARGET_FILE:${TARGET}>
600
- ${picotool_aesfile} ${picotool_enc_sigfile}
+ ${picotool_aesfile} ${picotool_enc_sigfile} ${otp_file}
601
COMMAND_EXPAND_LISTS
602
VERBATIM)
603
if (ARGC EQUAL 2)
0 commit comments