File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ IF %ARCH% == X86 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration="Release (
91
91
IF %ARCH% == X64 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration=" Release (3.0)" /p:Platform=x64 /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
92
92
REM Docs building is not working now
93
93
REM Need to understand how to add sphinx-build to PATH
94
+ SET PATH = %PATH% ;%PYTHON64_PATH% ;%PYTHON64_PATH% \Scripts
94
95
REM msbuild docs/Docs.vcxproj /m /p:Configuration="All" /p:Platform="Win32" || GOTO :ERROR
95
96
rm -rf %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin
96
97
MKDIR %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin\bin %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin\lib
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ IF DEFINED USG (
35
35
36
36
REM Set PostgreSQL version
37
37
IF " %PG_MAJOR_VERSION% " == " " SET PG_MAJOR_VERSION = 9.5
38
- IF " %PG_PATCH_VERSION% " == " " SET PG_PATCH_VERSION = 0
38
+ IF " %PG_PATCH_VERSION% " == " " SET PG_PATCH_VERSION = 1
39
39
40
40
REM Set PgAdmin3 Version
41
41
SET PGADMIN_VERSION = 1.22.1
You can’t perform that action at this time.
0 commit comments