Skip to content

Commit

Permalink
modifying batch file to work for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Dec 7, 2023
1 parent 3856b0e commit 1d95ab4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build_robohelp_gh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ set ZIP_FILE=%ZIP_FILE%

set basedir=%~dp0

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

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

0 comments on commit 1d95ab4

Please sign in to comment.