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 b5ae4f0 commit 3e838c2Copy full SHA for 3e838c2
build/helpers/postgres_installer.cmd
@@ -35,6 +35,10 @@ cp "%VCToolsRedistDir%vc_redist.x86.exe" "%BUILD_DIR%\vcredist\vcredist_x86_2017
35
cp "%VCToolsRedistDir%vc_redist.x64.exe" "%BUILD_DIR%\vcredist\vcredist_x64_2017.exe"
36
)
37
38
+IF %REDIST_YEAR% == 2019 (
39
+cp "%VCToolsRedistDir%vc_redist.x86.exe" "%BUILD_DIR%\vcredist\vcredist_x86_2019.exe"
40
+cp "%VCToolsRedistDir%vc_redist.x64.exe" "%BUILD_DIR%\vcredist\vcredist_x64_2019.exe"
41
+)
42
43
REM Make directory for installers
44
MKDIR "%BUILD_DIR%\installers"
0 commit comments