1.0.71 release

This commit is contained in:
longpanda
2022-03-11 21:36:42 +08:00
parent d1900c75cd
commit 392d8ef4fa
5 changed files with 19 additions and 13 deletions

View File

@@ -2113,7 +2113,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
set VENTOY_VERSION="1.0.70"
set VENTOY_VERSION="1.0.71"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
@@ -2376,6 +2376,8 @@ if [ -n "$VTOY_DEFAULT_IMAGE" ]; then
export timeout
export default
vt_fn_mutex_lock 1
if [ "$vtHotkey" = "F2" ]; then
unset timeout
vt_browser_disk
@@ -2387,6 +2389,8 @@ if [ -n "$VTOY_DEFAULT_IMAGE" ]; then
ventoy_ext_menu
fi
vt_fn_mutex_lock 0
unset timeout
unset default
fi