From c01c69db3baec45486f58c0063463cc70c17c95a Mon Sep 17 00:00:00 2001 From: longpanda Date: Thu, 24 Mar 2022 23:47:43 +0800 Subject: [PATCH] Add missing execute bit when packing (#1530) --- INSTALL/ventoy_pack.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL/ventoy_pack.sh b/INSTALL/ventoy_pack.sh index aa132a39..97915f10 100644 --- a/INSTALL/ventoy_pack.sh +++ b/INSTALL/ventoy_pack.sh @@ -176,6 +176,13 @@ chmod +x $tmpdir/VentoyWeb.sh chmod +x $tmpdir/VentoyPlugson.sh chmod +x $tmpdir/VentoyVlnk.sh chmod +x $tmpdir/VentoyGUI* +chmod +x $tmpdir/tool/*.sh + +for d in i386 x86_64 aarch64 mips64el; do + chmod +x $tmpdir/tool/$d/xzcat + chmod +x $tmpdir/tool/$d/Ventoy2Disk.* +done + cp $OPT $LANG_DIR/languages.json $tmpdir/tool/