From c538cab7452802a0166d09b3cc18d373b555ede1 Mon Sep 17 00:00:00 2001 From: locpham Date: Sun, 9 Aug 2026 05:03:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20NSIS=20compression=20zstd=20thay=20LZMA?= =?UTF-8?q?=20=E2=80=94=20LZMA=20solid=20can=20nhieu=20RAM/pagefile=20->?= =?UTF-8?q?=20makensis=2032-bit=20loi=20mmapping=20datablock=20(#12345)=20?= =?UTF-8?q?voi=20bundle=20engine=20lon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f0311ef..d970183 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -38,7 +38,8 @@ "externalBin": [], "windows": { "nsis": { - "installerHooks": "hooks.nsh" + "installerHooks": "hooks.nsh", + "compression": "zstd" } } }