X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/dd2411d7d47fd72be78802cb28d6f0ef73785e9e..be8b6e8976c0b0aa3336ce8d3f91fb5cd104d190:/INSTALL/ventoy_pack.sh?ds=sidebyside diff --git a/INSTALL/ventoy_pack.sh b/INSTALL/ventoy_pack.sh index ed7d123..501a6d5 100644 --- a/INSTALL/ventoy_pack.sh +++ b/INSTALL/ventoy_pack.sh @@ -9,6 +9,7 @@ fi dos2unix -q ./tool/ventoy_lib.sh dos2unix -q ./tool/VentoyWorker.sh dos2unix -q ./tool/VentoyGTK.glade +dos2unix -q ./tool/distro_gui_type.json . ./tool/ventoy_lib.sh @@ -106,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/ @@ -114,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 @@ -155,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 @@ -168,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 @@ -177,11 +179,11 @@ zip -r ventoy-${curver}-windows.zip $tmpdir/ rm -rf $tmpdir echo "=============== run livecd.sh ===============" -cd ../LiveCD +cd ../LiveCDGUI sh livecd.sh $1 cd $CurDir -mv ../LiveCD/ventoy*.iso ./ +mv ../LiveCDGUI/ventoy*.iso ./ if [ -e ventoy-${curver}-windows.zip ] && [ -e ventoy-${curver}-linux.tar.gz ]; then echo -e "\n ============= SUCCESS =================\n"