diff --git a/src/inst-poppler.nsi b/src/inst-poppler.nsi index dde22449..51a9933c 100644 --- a/src/inst-poppler.nsi +++ b/src/inst-poppler.nsi @@ -1,32 +1,32 @@ # Copyright (C) 2023 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/poppler-${gpg4win_pkg_poppler_version} !ifdef DEBUG Section "poppler" SEC_poppler !else Section "-poppler" SEC_poppler !endif SetOutPath "$INSTDIR" SetOutPath "$INSTDIR\bin" - File ${prefix}/bin/libpoppler-127.dll + File ${prefix}/bin/libpoppler-128.dll File ${prefix}/bin/libpoppler-qt5-1.dll SectionEnd diff --git a/src/uninst-poppler.nsi b/src/uninst-poppler.nsi index a65bdcc9..7548f5ed 100644 --- a/src/uninst-poppler.nsi +++ b/src/uninst-poppler.nsi @@ -1,28 +1,28 @@ # Copyright (C) 2023 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/poppler-${gpg4win_pkg_poppler_version} ; Uninstaller section. Section "-un.poppler" - Delete "$INSTDIR\bin\libpoppler-127.dll" + Delete "$INSTDIR\bin\libpoppler-128.dll" Delete "$INSTDIR\bin\libpoppler-qt5-1.dll" RmDir "$INSTDIR\bin" SectionEnd