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

@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.2.5",
"version": "1.2.6",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {

View file

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