Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048abab commit 14d0c90Copy full SHA for 14d0c90
build/helpers/postgres_nsis_installer.cmd
@@ -98,7 +98,7 @@ IF "%ARCH%" == "X64" (
98
99
CD /D %NSIS_RES_DIR% || GOTO :ERROR
100
rem Genarate file lists
101
-%PYTHON64_PATH%/python %ROOT%/build/helpers/genlists.py client.files devel.files plperl.files plpython2.files plpython3.files unneeded.files server.files
+%PYTHON64_PATH%/python %ROOT%/build/helpers/genlists.py %INSTDIR% client.files devel.files plperl.files plpython2.files plpython3.files unneeded.files server.files
102
103
rem generate installer itself
104
makensis postgresql.nsi || GOTO :ERROR
0 commit comments