mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-31 01:34:58 +02:00
Fix include new release files problem
This commit is contained in:
parent
fcaef73769
commit
7651d703a9
@ -29,7 +29,6 @@
|
||||
SectionGroup "Plugins" Plugins
|
||||
SetOverwrite on
|
||||
|
||||
!ifndef ARCH64
|
||||
${MementoSection} "NppExport" NppExport
|
||||
Delete "$INSTDIR\plugins\NppExport.dll"
|
||||
Delete "$INSTDIR\plugins\NppExport\NppExport.dll"
|
||||
@ -43,7 +42,6 @@ SectionGroup "Plugins" Plugins
|
||||
!endif
|
||||
${MementoSectionEnd}
|
||||
|
||||
!endif
|
||||
|
||||
${MementoSection} "Mime Tools" MimeTools
|
||||
Delete "$INSTDIR\plugins\mimeTools.dll"
|
||||
|
@ -213,7 +213,7 @@ copy /Y "..\bin\plugins\NppConverter\NppConverter.dll" .\zipped.package.release\
|
||||
If ErrorLevel 1 goto End
|
||||
|
||||
rem Plugins: Copy needed files into Notepad++ 64-bit package folders
|
||||
copy /Y "..\bin\plugins\NppExport\NppExport.dll" .\zipped.package.release64\plugins\NppExport\
|
||||
copy /Y "..\bin64\plugins\NppExport\NppExport.dll" .\zipped.package.release64\plugins\NppExport\
|
||||
If ErrorLevel 1 goto End
|
||||
copy /Y "..\bin64\plugins\mimeTools\mimeTools.dll" .\zipped.package.release64\plugins\mimeTools\
|
||||
If ErrorLevel 1 goto End
|
||||
|
Loading…
x
Reference in New Issue
Block a user