Skip to content

Commit

Permalink
windows: add missing libpcre2-8-0.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed May 17, 2024
1 parent 155d77f commit acec6c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/platforms/win32/winbareos.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;
; BAREOS - Backup Archiving REcovery Open Sourced
;
; Copyright (C) 2012-2023 Bareos GmbH & Co. KG
; Copyright (C) 2012-2024 Bareos GmbH & Co. KG
;
; This program is Free Software; you can redistribute it and/or
; modify it under the terms of version three of the GNU Affero General Public
Expand Down Expand Up @@ -871,6 +871,7 @@ SectionIn 1 2 3
File "libglib-2.0-0.dll"
File "libintl-8.dll"
File "libharfbuzz-0.dll"
File "libpcre2-8-0.dll"
File "libpcre2-16-0.dll"

SetOutPath "$INSTDIR\platforms"
Expand Down Expand Up @@ -2046,6 +2047,7 @@ ConfDeleteSkip:
Delete "$INSTDIR\libglib-2.0-0.dll"
Delete "$INSTDIR\libintl-8.dll"
Delete "$INSTDIR\libharfbuzz-0.dll"
Delete "$INSTDIR\libpcre2-8-0.dll"
Delete "$INSTDIR\libpcre2-16-0.dll"
Delete "$INSTDIR\iconv.dll"
Delete "$INSTDIR\libxml2-2.dll"
Expand Down

0 comments on commit acec6c1

Please sign in to comment.