Skip to content

Commit

Permalink
[CHORE]: update binaries (#4007)
Browse files Browse the repository at this point in the history
chore: update binaries
  • Loading branch information
imLinguin authored Sep 16, 2024
1 parent 97e49e8 commit 5f0c94f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta/downloadHelperBinaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ type SupportedPlatform = 'win32' | 'darwin' | 'linux'
type DownloadedBinary = 'legendary' | 'gogdl' | 'nile' | 'comet'

const RELEASE_TAGS = {
legendary: '0.20.35',
gogdl: 'v1.1.1',
nile: 'v1.1.1',
legendary: '0.20.36',
gogdl: 'v1.1.2',
nile: 'v1.1.2',
comet: 'v0.1.2'
} as const satisfies Record<DownloadedBinary, string>

Expand Down

0 comments on commit 5f0c94f

Please sign in to comment.