Skip to content

Commit 9171769

Browse files
authored
[TECH]: update nile to v1.1.1 (#3907)
tech: update nile to v1.1.1 * adds support for working directory, fixing game compatibility
1 parent ae41da5 commit 9171769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/downloadHelperBinaries.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type DownloadedBinary = 'legendary' | 'gogdl' | 'nile' | 'comet'
1010
const RELEASE_TAGS = {
1111
legendary: '0.20.35',
1212
gogdl: 'v1.1.1',
13-
nile: 'v1.1.0',
13+
nile: 'v1.1.1',
1414
comet: 'v0.1.2'
1515
} as const satisfies Record<DownloadedBinary, string>
1616

0 commit comments

Comments
 (0)