Skip to content

Commit 70412a5

Browse files
committed
Do not use FB_EXTERNAL_DOCS define to determine production status
1 parent 8bc0560 commit 70412a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

builds/install/arch-specific/win32/BuildExecutableInstall.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ set FBBUILD_INSTALL_IMAGES=%FB_ROOT_PATH%\builds\install_images
173173
set FBBUILD_PROD_STATUS=DEV
174174
)
175175

176-
:: if we do not have any external documentation we should not mark the build as production
177-
if not defined FB_EXTERNAL_DOCS set FBBUILD_PROD_STATUS=DEV
178-
179-
180176
@if "%FB_TARGET_PLATFORM%"=="x64" (
181177
set FBBUILD_FILE_ID=%PRODUCT_VER_STRING%-%FBBUILD_PACKAGE_NUMBER%%FBBUILD_FILENAME_SUFFIX%-windows-x64
182178
) else (

0 commit comments

Comments
 (0)