Skip to content

Commit

Permalink
Merge pull request #4 from YoYoGames/update.robohelp.version
Browse files Browse the repository at this point in the history
removed rohelptool by mistake
  • Loading branch information
gurpreetsinghmatharoo authored Sep 4, 2023
2 parents b1ce0d9 + 7fbc94c commit d334874
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_robohelp_gh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ rem Pulling Adobe Zip from S3
aws s3 cp %S3_BUCKET%/%ZIP_FILE% %ZIP_FILE%
7z x %ZIP_FILE% -o"%basedir%"

copy RoboHelpTool.exe "%basedir%"
rem Pulling RobohelpTool from S3
aws s3 cp %S3_BUCKET%/RoboHelpTool.exe RoboHelpTool.exe
copy "RoboHelpTool.exe" "%basedir%"

set roboHelpTool="%basedir%Adobe_RoboHelp_2022\RoboHelp.exe"
set helpTagsTool="%basedir%RoboHelpTool.exe"

Expand Down

0 comments on commit d334874

Please sign in to comment.