mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-14 08:15:03 -05:00
Add missing execute bit when packing (#1530)
This commit is contained in:
parent
1371159f0b
commit
c01c69db3b
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user