1.0.12 release

This commit is contained in:
longpanda
2020-05-30 20:13:04 +08:00
parent c8e86938fe
commit 8cde5a4898
17 changed files with 208 additions and 14 deletions

View File

@@ -184,6 +184,10 @@ ventoy_get_os_type() {
fi
fi
if $GREP -q 'android.x86' /proc/version; then
echo 'android'; return
fi
echo "default"
}