From 91717696e9ca6751815b494a0b1c7b33bc358181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Wed, 7 Aug 2024 23:18:50 +0200 Subject: [PATCH] [TECH]: update nile to v1.1.1 (#3907) tech: update nile to v1.1.1 * adds support for working directory, fixing game compatibility --- meta/downloadHelperBinaries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/downloadHelperBinaries.ts b/meta/downloadHelperBinaries.ts index 36d8406d59..0db6b29671 100644 --- a/meta/downloadHelperBinaries.ts +++ b/meta/downloadHelperBinaries.ts @@ -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