Skip to content

Commit

Permalink
Fixed issue with resizing columns
Browse files Browse the repository at this point in the history
  • Loading branch information
alima-webdev committed Oct 30, 2024
1 parent 0224ed2 commit 963d8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function prepareUpdateJson() {
}

const updateLink =
config.updateLink ?? isPreRelease
(config.updateLink ?? isPreRelease)
? `${config.releasePage}/download/v${version}/${name}.xpi`
: `${config.releasePage}/latest/download/${name}.xpi`;

Expand Down

0 comments on commit 963d8d3

Please sign in to comment.