Report encoding in info output for base64

This commit is contained in:
Stephane Peter
2025-12-11 02:49:39 -08:00
parent 0124d05c5f
commit 8101dd0bc7

View File

@@ -410,9 +410,11 @@ do
echo Target directory: "\$targetdir"
echo Uncompressed size: $USIZE KB
echo Compression: $COMPRESS
if test x"$ENCRYPT" != x""; then
echo Encryption: $ENCRYPT
fi
if test x"$ENCRYPT" = x"base64"; then
echo "Encoding: base64"
elif test x"$ENCRYPT" != x""; then
echo "Encryption: $ENCRYPT"
fi
echo Date of packaging: $DATE
echo Built with Makeself version $MS_VERSION
echo Build command was: "$MS_COMMAND"