summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-06-03 19:35:07 -0500
committerGary Kramlich <grim@reaperworld.com>2021-06-03 19:35:07 -0500
commit33ecacbd16b5073f5e37d96cb71bdeb6f98e4f3f (patch)
tree4597b8fc5650043a9bf120e1434b44055715d466
parent0d0937d254936585ea00c74d5024763deba33e88 (diff)
downloadpidgin-33ecacbd16b5073f5e37d96cb71bdeb6f98e4f3f.tar.gz
Update pidgin-installer.nsi to work with the official nsis release
Testing Done: Built the installer with the official nsis release and verified everything works including with mandatory aslr turned on. Bugs closed: PIDGIN-17524 Reviewed at https://reviews.imfreedom.org/r/721/
-rw-r--r--pidgin/win32/nsis/pidgin-installer.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi
index f6e6a6b9af..e0c3e848db 100644
--- a/pidgin/win32/nsis/pidgin-installer.nsi
+++ b/pidgin/win32/nsis/pidgin-installer.nsi
@@ -90,8 +90,8 @@ VIAddVersionKey "FileDescription" "Pidgin Installer"
;--------------------------------
;Reserve files used in .onInit
;for faster start-up
-ReserveFile "${NSISDIR}\Plugins\unicode\System.dll"
-ReserveFile "${NSISDIR}\Plugins\unicode\UserInfo.dll"
+ReserveFile "${NSISDIR}\Plugins\x86-unicode\System.dll"
+ReserveFile "${NSISDIR}\Plugins\x86-unicode\UserInfo.dll"
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
!insertmacro MUI_RESERVEFILE_LANGDLL