Skip to content

Commit

Permalink
スクリプトのパスを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed May 16, 2020
1 parent 387b816 commit 4fc8f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-chm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set SRC_HELP=%~dp0help
set TMP_HELP=%~dp0temphelp

@rem create sakura.hh before copying because sakura.hh will be uploaded as an artifact.
set HH_SCRIPT=%SRC_HELP%\remove-comment.py
set HH_INPUT=sakura_core\sakura.hh
set HH_OUTPUT=help\sakura\sakura.hh

Expand All @@ -24,7 +25,6 @@ set HHP_SAKURA=%TMP_HELP%\sakura\sakura.hhp
set CHM_MACRO=%TMP_HELP%\macro\macro.chm
set CHM_PLUGIN=%TMP_HELP%\plugin\plugin.chm
set CHM_SAKURA=%TMP_HELP%\sakura\sakura.chm
set HH_SCRIPT=%TMP_HELP%\remove-comment.py

if defined APPVEYOR (
if "%PLATFORM%" neq "BuildChm" (
Expand Down

0 comments on commit 4fc8f62

Please sign in to comment.