mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-18 00:54:40 -04:00
Add missing execute bit when packing (#1530)
This commit is contained in:
parent
1371159f0b
commit
c01c69db3b
1 changed files with 7 additions and 0 deletions
|
@ -176,6 +176,13 @@ chmod +x $tmpdir/VentoyWeb.sh
|
||||||
chmod +x $tmpdir/VentoyPlugson.sh
|
chmod +x $tmpdir/VentoyPlugson.sh
|
||||||
chmod +x $tmpdir/VentoyVlnk.sh
|
chmod +x $tmpdir/VentoyVlnk.sh
|
||||||
chmod +x $tmpdir/VentoyGUI*
|
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/
|
cp $OPT $LANG_DIR/languages.json $tmpdir/tool/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue