X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/a78e19608b4a63227813854c895494611b15a9b3..471432fc50ffad80bde5de0b22e4c30fa3aac41b:/INSTALL/ventoy_pack.sh diff --git a/INSTALL/ventoy_pack.sh b/INSTALL/ventoy_pack.sh index 7a4be25..4fe7be7 100644 --- a/INSTALL/ventoy_pack.sh +++ b/INSTALL/ventoy_pack.sh @@ -107,7 +107,7 @@ cp $OPT Ventoy2Disk.sh $tmpdir/ cp $OPT VentoyWeb.sh $tmpdir/ cp $OPT VentoyGUI* $tmpdir/ -#cp $OPT Ventoy.desktop $tmpdir/ + cp $OPT README $tmpdir/ cp $OPT plugin $tmpdir/ cp $OPT CreatePersistentImg.sh $tmpdir/ @@ -115,7 +115,7 @@ cp $OPT ExtendPersistentImg.sh $tmpdir/ dos2unix -q $tmpdir/Ventoy2Disk.sh dos2unix -q $tmpdir/VentoyWeb.sh -#dos2unix -q $tmpdir/Ventoy.desktop + dos2unix -q $tmpdir/CreatePersistentImg.sh dos2unix -q $tmpdir/ExtendPersistentImg.sh @@ -156,7 +156,7 @@ chmod +x $tmpdir/VentoyGUI* cp $OPT $LANG_DIR/languages.json $tmpdir/tool/ -#chmod +x $tmpdir/Ventoy.desktop + chmod +x $tmpdir/CreatePersistentImg.sh chmod +x $tmpdir/ExtendPersistentImg.sh @@ -169,6 +169,7 @@ cp $OPT Ventoy2Disk*.exe $tmpdir/ cp $OPT $LANG_DIR/languages.json $tmpdir/ventoy/ rm -rf $tmpdir/tool rm -f $tmpdir/*.sh +rm -f $tmpdir/VentoyGUI.* rm -rf $tmpdir/WebUI rm -f $tmpdir/README