X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/293f677cbfbaae984fc3063c62d4b9afa0067520..fa7e1d5fa0007e5d1d634cc4e41fdfd3aa381a8e:/Plugson/pack.sh?ds=sidebyside diff --git a/Plugson/pack.sh b/Plugson/pack.sh index 6eed00e..46fbf03 100644 --- a/Plugson/pack.sh +++ b/Plugson/pack.sh @@ -17,6 +17,10 @@ if [ -f ./www.tar.xz ]; then rm -f ./www.tar.xz fi +[ -f ./www/helplist ] && rm -f ./www/helplist +ls -1 ../INSTALL/grub/help/ | while read line; do + echo -n ${line:0:5} >> ./www/helplist +done echo -n "$plugson_verion" > ./www/buildtime tar cf www.tar www