From 4fb0f9b2b3f5804a46f78838edc373e6dda63c49 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 18 Feb 2021 11:17:37 -0500 Subject: [PATCH] don't assume NSIS is in privoxy git I wanted NSIS included with Privoxy Fabian didn't want binaries in the git tree So install NSIS outside of the Privoxy source code and stop having to remember to update the location of the NSIS code when releasing a new version of Privoxy. --- windows/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/GNUmakefile b/windows/GNUmakefile index 68a5957e..e807cd29 100755 --- a/windows/GNUmakefile +++ b/windows/GNUmakefile @@ -53,7 +53,7 @@ DOSFILTER = $(SED) -e $$'s,$$,\r,' # Path to NSIS # MAKENSIS = ./nsis/nsis-2.30.exe -MAKENSIS = ./nsis-3.03/makensis.exe +MAKENSIS = /source/nsis-3.03/makensis.exe ########################################################################## -- 2.39.2