We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The variable interpolation for file_unarchive_cmd can only replace entire parameters, not interpolate them. e.g., the following fails:
"file_unarchive_cmd": ["7z", "x", "$ARCHIVE_PATH", "DietPi_RPi-ARMv8-Buster.img", "-o$TMP_DIR"],
7z insists on -o being one argument.