diff --git a/scripts/package_release.sh b/scripts/package_release.sh index d592417..6dc9c75 100644 --- a/scripts/package_release.sh +++ b/scripts/package_release.sh @@ -157,6 +157,9 @@ done for f in "$PAYLOAD"/tool/x86_64/*; do [ -f "$f" ] && mcopy -i "$ESP_IMG" "$f" ::/tool/ done +for f in "$PAYLOAD"/tool/*.sh "$PAYLOAD"/tool/*.json "$PAYLOAD"/tool/*.glade "$PAYLOAD"/tool/*.cer; do + [ -f "$f" ] && mcopy -i "$ESP_IMG" "$f" ::/tool/ 2>/dev/null || true +done mcopy -i "$ESP_IMG" "$PAYLOAD/hiperiso/version" ::/hiperiso/ for f in "$PAYLOAD"/hiperiso/*; do diff --git a/vendor/support-x64.tar.xz b/vendor/support-x64.tar.xz index f3e5d5d..0fcb207 100644 Binary files a/vendor/support-x64.tar.xz and b/vendor/support-x64.tar.xz differ