mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 02:05:31 +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
|
@ -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": {
|
||||
|
|
|
@ -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