From 0f7fa5d214d9341a28f3c0b5a62f716b3128c95c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 18 Aug 2014 14:33:25 -0700 Subject: [PATCH] remove SetCompressorDictSize from NSIS file because of internal compiler error --- setup/onionshare.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/onionshare.nsi b/setup/onionshare.nsi index ad9a4570..b1c48a3b 100644 --- a/setup/onionshare.nsi +++ b/setup/onionshare.nsi @@ -11,7 +11,6 @@ RequestExecutionLevel admin SetCompressor /FINAL /SOLID lzma -SetCompressorDictSize 64 Name "OnionShare" InstallDir "$PROGRAMFILES\${APPNAME}"