mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-30 17:24:54 +02:00
Fix NSIS build error
This commit is contained in:
parent
720bb3f74b
commit
807271f989
@ -256,7 +256,7 @@ DSpellCheckTestEnd64:
|
||||
|
||||
; https://github.com/chcg/NPP_HexEdit/issues/51
|
||||
IfFileExists "$INSTDIR\plugins\HexEditor\HexEditor.dll" 0 noDeleteHEPlugin32
|
||||
MessageBox MB_YESNO "HexEditor plugin is unstable, we suggest you to remove it.$\nRemove HexEditor plugin?" /SD IDYES IDYES doDeleteHEPlugin IDNO noDeleteHEPlugin ;IDYES remove
|
||||
MessageBox MB_YESNO "HexEditor plugin is unstable, we suggest you to remove it.$\nRemove HexEditor plugin?" /SD IDYES IDYES doDeleteHEPlugin32 IDNO noDeleteHEPlugin32 ;IDYES remove
|
||||
doDeleteHEPlugin32:
|
||||
Rename "$INSTDIR\plugins\HexEditor\HexEditor.dll" "$INSTDIR\plugins\disabled\HexEditor.dll"
|
||||
Delete "$INSTDIR\plugins\HexEditor\HexEditor.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user