Skip to content

Commit

Permalink
[TECH]: update nile to v1.1.1 (#3907)
Browse files Browse the repository at this point in the history
tech: update nile to v1.1.1

* adds support for working directory, fixing game compatibility
  • Loading branch information
imLinguin authored Aug 7, 2024
1 parent ae41da5 commit 9171769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/downloadHelperBinaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type DownloadedBinary = 'legendary' | 'gogdl' | 'nile' | 'comet'
const RELEASE_TAGS = {
legendary: '0.20.35',
gogdl: 'v1.1.1',
nile: 'v1.1.0',
nile: 'v1.1.1',
comet: 'v0.1.2'
} as const satisfies Record<DownloadedBinary, string>

Expand Down

0 comments on commit 9171769

Please sign in to comment.