X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/4131d95cef6a08ced14d04df240e3931c25001aa..e1c26567a1ec0d7a3b27a0c9c30bb9ee6ffa0c27:/Plugson/pack.sh 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