Skip to content
Snippets Groups Projects
Commit 71705e13 authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[REF] packaging: windows: bundle postgresql 9.5

parent baf35082
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ Var HWNDPostgreSQLPassword
!define STATIC_PATH "static"
!define PIXMAPS_PATH "${STATIC_PATH}\pixmaps"
!define POSTGRESQL_EXE_FILENAME "postgresql-9.3.5-1-windows.exe"
!define POSTGRESQL_EXE_FILENAME "postgresql-9.5.4-2-windows.exe"
!define POSTGRESQL_EXE "${STATIC_PATH}\${POSTGRESQL_EXE_FILENAME}"
!define MUI_ABORTWARNING
......
......@@ -10,7 +10,7 @@ function cleanup {
trap cleanup EXIT
# postgresql
wget -q http://get.enterprisedb.com/postgresql/postgresql-9.3.5-1-windows.exe
wget -q http://get.enterprisedb.com/postgresql/postgresql-9.5.4-2-windows.exe
# wkhtmltopdf
wget -q -P $TEMPDIR http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1.2_msvc2013-win32.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment