Skip to content

Commit

Permalink
bump version to 1.9.19 and update branding display name variable; rem…
Browse files Browse the repository at this point in the history
…ove obsolete test files
  • Loading branch information
mauro-balades committed Feb 18, 2025
1 parent 414c9c0 commit 7e928eb
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 56 deletions.
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.9.18",
"version": "1.9.19",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
16 changes: 0 additions & 16 deletions src/commands/export-file.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/commands/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function getCurrentBrandName(): string {
return 'Nightly'
}

return config.brands[brand].brandFullName
return config.brands[brand].brandShortName
}

async function createMarFile(
Expand Down
21 changes: 0 additions & 21 deletions src/commands/setup-project.test.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/utils/version.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion template/branding.optional/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

MOZ_APP_DISPLAYNAME="${brandFullName}"
MOZ_APP_DISPLAYNAME="${brandShortName}"

if test "$DEVELOPER_OPTIONS"; then
if test "$MOZ_DEBUG"; then
Expand Down
1 change: 0 additions & 1 deletion template/configs/common/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export MOZ_USER_DIR="${name}"
export MOZ_APP_VENDOR="${vendor}"
export MOZ_APP_BASENAME=${binName}
export MOZ_APP_PROFILE=${binName}
export MOZ_APP_DISPLAYNAME="${name}"
export MOZ_MACBUNDLE_ID=${appId}
export MOZ_DISTRIBUTION_ID=${appId}

Expand Down

0 comments on commit 7e928eb

Please sign in to comment.