mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 08:44:40 +02:00
Exclude NppTaskList via installer due to crash issue on Npp x64
Fix #11243
This commit is contained in:
parent
b233c0c3e0
commit
60df9e5f0a
@ -295,6 +295,12 @@ XMLToolsTestEnd64:
|
||||
Delete "$INSTDIR\plugins\NppQCP\NppQCP.dll"
|
||||
NppQCPTestEnd64:
|
||||
|
||||
IfFileExists "$INSTDIR\plugins\NppTaskList\NppTaskList.dll" 0 NppTaskListTestEnd64
|
||||
MessageBox MB_OK "Due to NppTaskList plugin's crash issue on Notepad++ x64 binary, NppTaskList.dll will be removed." /SD IDOK
|
||||
Rename "$INSTDIR\plugins\NppTaskList\NppTaskList.dll" "$INSTDIR\plugins\disabled\NppTaskList.dll"
|
||||
Delete "$INSTDIR\plugins\NppTaskList\NppTaskList.dll"
|
||||
NppTaskListTestEnd64:
|
||||
|
||||
!else ; 32-bit installer
|
||||
|
||||
; https://github.com/chcg/NPP_HexEdit/issues/51
|
||||
|
Loading…
x
Reference in New Issue
Block a user