From 1bc7234f94f38bee7aa24e1a2ddc5e38097211a6 Mon Sep 17 00:00:00 2001 From: trickypr Date: Mon, 18 Apr 2022 20:09:57 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Provide=20the=20correct=20path?= =?UTF-8?q?=20to=20nsis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/windows/mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/windows/mozconfig b/configs/windows/mozconfig index c0ae603d..4803b377 100644 --- a/configs/windows/mozconfig +++ b/configs/windows/mozconfig @@ -11,7 +11,7 @@ # installs pulse in the background # TODO: rebrand this to look more like pulse export MOZ_STUB_INSTALLER=1 -export MAKENSISU=1 +export MAKENSISU="C:\\Program Files (x86)\\NSIS\\Bin\\makensis.exe" # This disables autoupdates. When we need to reimplement autoupdates, we will # need to enable this and go though the steps provided by mozilla