Skip to content

Commit

Permalink
Fix icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
HirotaZX committed Sep 16, 2024
1 parent a6e123c commit 1ef5982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makeRepo.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function readManifest(name) {
}

manifest.LastUpdate = Math.floor(plugin.timeBuilt.valueOf() / 1000);
manifest.IconUrl = `${ downloadRoot }/stable/${ plugin.name }/images/icon.png`;
manifest.DownloadLinkInstall = `${ downloadRoot }/stable/${ plugin.name }/latest.zip`;
// TODO: these aren't supposed to be the same
manifest.DownloadLinkTesting = manifest.DownloadLinkInstall;
Expand Down

0 comments on commit 1ef5982

Please sign in to comment.