chore: Update package.json version to 1.2.6 and fix compatibility mode flag

This commit is contained in:
Mauro Balades 2024-08-03 21:30:16 +02:00
parent af7accb25c
commit bc2b0018b8
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ async function writeUpdateFileToDisk(
}
}
) {
const suffix = compatMode ? '-compat' : ''
const suffix = compatMode ? '-generic' : ''
const xmlPath = join(
DIST_DIR,
'update',