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

Commitb980c36

Browse files
committed
Removed double of 1C label
1 parentcdcd917 commitb980c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build/helpers/postgres_nsis_installer.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ IF %ARCH% == X86 (
1818
SETBITS=64bit
1919
)
2020

21+
SETPG_INS_SUFFIX=%BITS%_Setup.exe
22+
2123
IF%ONE_C%== YES (
2224
SETPRODUCT_NAME=PostgreSQL 1C
2325
IF%BITS%==32bitSETPG_DEF_SERVICEID=postgresql-1c-%PG_MAJOR_VERSION%-%BITS%
2426
IF%BITS%==64bitSETPG_DEF_SERVICEID=postgresql-1c-%PG_MAJOR_VERSION%
25-
SETPG_INS_SUFFIX=%BITS%_1C_Setup.exe
2627
SETWITH_1C="TRUE"
2728
)ELSE (
2829
SETPRODUCT_NAME=PostgreSQL
2930
IF%BITS%==32bitSETPG_DEF_SERVICEID=postgresql-%PG_MAJOR_VERSION%-%BITS%
3031
IF%BITS%==64bitSETPG_DEF_SERVICEID=postgresql-%PG_MAJOR_VERSION%
31-
SETPG_INS_SUFFIX=%BITS%_Setup.exe
3232
SETWITH_1C="FALSE"
3333
)
3434

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp