Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20064698
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
2 KB
Subscribers
None
View Options
diff --git a/src/inst-poppler.nsi b/src/inst-poppler.nsi
index 14adc5f7..23b0593e 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-136.dll
+ File ${prefix}/bin/libpoppler-138.dll
File ${prefix}/bin/libpoppler-qt6-3.dll
SectionEnd
diff --git a/src/uninst-poppler.nsi b/src/uninst-poppler.nsi
index bc0b9894..635289a5 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-136.dll"
+ Delete "$INSTDIR\bin\libpoppler-138.dll"
Delete "$INSTDIR\bin\libpoppler-qt6-3.dll"
RmDir "$INSTDIR\bin"
SectionEnd
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 23, 7:26 PM (1 d, 33 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bd/b0/b48a03e08ae05c6e647ce1bdb4ed
Attached To
rW Gpg4win
Event Timeline
Log In to Comment