Skip to content

Commit

Permalink
Update package version to 1.4.14 in package.json and export ZEN_FIREF…
Browse files Browse the repository at this point in the history
…OX_VERSION in mozconfig.ts
  • Loading branch information
mr-cheff committed Sep 15, 2024
1 parent 15077ed commit c0b4cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.4.13",
"version": "1.4.14",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions src/constants/mozconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ ac_add_options --with-branding=browser/branding/${brand}
# Config for updates
ac_add_options --enable-unverified-updates
ac_add_options --enable-update-channel=${brand}
export ZEN_FIREFOX_VERSION=${config.version.version}
export MOZ_APPUPDATE_HOST=${
config.updateHostname || 'localhost:7648 # This should not resolve'
}
Expand Down

0 comments on commit c0b4cd5

Please sign in to comment.