Skip to content

Commit

Permalink
fix: wrong release url
Browse files Browse the repository at this point in the history
  • Loading branch information
CKylinMC committed Jul 17, 2023
1 parent 31b20ef commit 0ec3e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Db{

export const CONSTS = {
UPDATE_URL: 'https://api.github.com/repos/CKylinMC/cmand/releases',
RELEASE_URL: 'https://api.github.com/repos/CKylinMC/cmand/releases',
RELEASE_URL: 'https://api.github.com/repos/CKylinMC/cmand/releases/latest',
REPO_LIST: [
{
tag: 'cmdpkg',
Expand Down

0 comments on commit 0ec3e83

Please sign in to comment.