mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
chore: Update package.json version to 1.2.6 and fix compatibility mode flag
This commit is contained in:
parent
af7accb25c
commit
bc2b0018b8
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ async function writeUpdateFileToDisk(
|
|||
}
|
||||
}
|
||||
) {
|
||||
const suffix = compatMode ? '-compat' : ''
|
||||
const suffix = compatMode ? '-generic' : ''
|
||||
const xmlPath = join(
|
||||
DIST_DIR,
|
||||
'update',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue