Skip to content

Commit 974e77a

Browse files
committed
Added addincludedir and addpluginsdir to nsis installer generator, so it would find plugins and scripts
1 parent 64fceb0 commit 974e77a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/win/mamonsu.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; Written by Postgres Professional, Postgrespro.ru
33
44
;--------------------------------
5+
!addincludedir Include
6+
!addplugindir Plugins
57
!include mamonsu.def.nsh
68
!include Utf8Converter.nsh
79
!include MUI2.nsh

0 commit comments

Comments
 (0)