Skip to content

Commit

Permalink
fixes for preset for main builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Dec 12, 2023
1 parent 0ba1ce6 commit d336834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_robohelp_gh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ set ZIP_FILE=%ZIP_FILE%
set basedir=%~dp0

if %LANGUAGE_MAIN%==EN (
set robohelpPreset="GMS2 Manual Responsive"
set robohelpPreset="GMS2 Manual Responsive HTML5"
goto finish_options
)

:check_options
if %LANGUAGE%==EN (
set robohelpPreset="GMS2 Manual Responsive HTML5"
set robohelpPreset="GMS2 Manual Responsive HTML5 BETA"
goto finish_options
) else if %LANGUAGE%==ES (
set robohelpPreset="GMS2 Manual Spanish"
Expand Down

0 comments on commit d336834

Please sign in to comment.