From b57d744ca87c2e870dfaa9777b8630096d96cb23 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 22 Feb 2017 15:13:53 -0800 Subject: [PATCH] Remove license page from Windows installer, just to make less steps --- install/onionshare.nsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/onionshare.nsi b/install/onionshare.nsi index 18b991d4..9ac6aa89 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -12,12 +12,10 @@ RequestExecutionLevel admin Name "OnionShare" InstallDir "$PROGRAMFILES\${APPNAME}" -LicenseData "..\share\license.txt" Icon "onionshare.ico" !include LogicLib.nsh -Page license Page directory Page instfiles