From 137eed7a31fe7e966e307004fe534ad94a0d3985 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 13 Apr 2021 17:34:10 -0400 Subject: [PATCH] Includable NSIS installer script and example --- bin/nsis-example.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nsis-example.nsi b/bin/nsis-example.nsi index 46edb8b..7fc1409 100644 --- a/bin/nsis-example.nsi +++ b/bin/nsis-example.nsi @@ -17,6 +17,7 @@ Page instfiles # For removing Start Menu shortcut in Windows 7 RequestExecutionLevel admin +# Include the i2p-zero.nsi script !include i2p-zero.nsi # start default section