We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191cb37 commit 8bd6f0cCopy full SHA for 8bd6f0c
build/helpers/postgres_nsis_installer.cmd
@@ -132,7 +132,7 @@ GOTO :NO_PGPRO_UPGRADE
132
type server.files pgpro_upgrade.files > allserver.files
133
:NO_PGPRO_UPGRADE
134
135
-%PYTHON64_PATH%/python %ROOT%/build/helpers/genlists.py %%PG_INS_SOURCE_DIR% client.files devel.files plperl.files %plpython2.files plpython3.files unneeded.files allserver.files || GOTO :ERROR
+%PYTHON64_PATH%/python %ROOT%/build/helpers/genlists.py %PG_INS_SOURCE_DIR% client.files devel.files plperl.files plpython2.files plpython3.files unneeded.files allserver.files || GOTO :ERROR
136
137
rem generate installer itself
138
makensis postgresql.nsi || GOTO :ERROR
0 commit comments