Skip to content

Commit

Permalink
Fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 24, 2024
1 parent 2071220 commit 5a72d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const prisma = new PrismaClient();
Built with https://github.com/MarvNC/yomichan-dict-builder.`,
isUpdatable: true,
indexUrl: `https://github.com/MarvNC/pixiv-yomitan/releases/latest/download/${INDEX_FILENAME}`,
downloadUrl: `https://github.com/MarvNC/pixiv-yomitan/releases/${tagName}/${PIXIV_ZIP_FILENAME}`,
downloadUrl: `https://github.com/MarvNC/pixiv-yomitan/releases/download/${tagName}/${PIXIV_ZIP_FILENAME}`,
},
EXPORT_FOLDER,
INDEX_FILENAME,
Expand Down

0 comments on commit 5a72d27

Please sign in to comment.