Skip to content

Commit

Permalink
style: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Jul 20, 2024
1 parent b314971 commit 7d287e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ This plugin focusing on the following workflow:
The main logic of the merging process is demonstrated by the following plot:

```
Before: After:
Before: After:
==================== ====================
ItemID A (preprint) ItemID B
-------------------- --------------------
Metadata A: Metadata A:
Metadata A: Metadata A:
Date added (A) Date added (B)
URL (A) URL (A)
... ...
-------------------- \ --------------------
PDF attachment a* ----------\ PDF attachment a*
PDF attachment a* ----------\ PDF attachment a*
... ----------/ PDF attachment b
==================== / Web Link attachment
ItemID B (published) ...
-------------------- ====================
Metadata B
Metadata B
Date added (B) * means prefered PDF
URL (B)
...
--------------------
--------------------
PDF attachment b*
...
====================
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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 7d287e2

Please sign in to comment.