Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
🔧 Provide the correct path to nsis
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Apr 18, 2022
1 parent c11ef53 commit 1bc7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/windows/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bc7234

Please sign in to comment.