Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e838c2

Browse files
committed
Added copying vcredist for Visual Studio 2019
1 parentb5ae4f0 commit3e838c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎build/helpers/postgres_installer.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ cp "%VCToolsRedistDir%vc_redist.x86.exe" "%BUILD_DIR%\vcredist\vcredist_x86_2017
3535
cp"%VCToolsRedistDir%vc_redist.x64.exe""%BUILD_DIR%\vcredist\vcredist_x64_2017.exe"
3636
)
3737

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+
)
3842

3943
REM Make directory for installers
4044
MKDIR"%BUILD_DIR%\installers"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp