From d188f83176e2b627307707a43a51d86614ff913d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 24 Sep 2014 14:05:13 -0700 Subject: [PATCH] updated installsize in nsis config --- setup/onionshare.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/onionshare.nsi b/setup/onionshare.nsi index d5406cf6..2f067e1e 100644 --- a/setup/onionshare.nsi +++ b/setup/onionshare.nsi @@ -3,7 +3,7 @@ !define ABOUTURL "https://github.com/micahflee/onionshare" # change these with each release -!define INSTALLSIZE 31008 +!define INSTALLSIZE 31187 !define VERSIONMAJOR 0 !define VERSIONMINOR 5 !define VERSIONSTRING "0.6"