update aiscript

This commit is contained in:
syuilo
2023-01-05 16:57:49 +09:00
parent 6f9aa94e3a
commit 1cae688ccb
5 changed files with 21 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ async function install() {
text: 'No language version annotation found :(',
});
return;
} else if (lv !== '0.12.0') {
} else if (!lv.startsWith('0.12.')) {
os.alert({
type: 'error',
text: `aiscript version '${lv}' is not supported :(`,