Skip to content

Commit

Permalink
update bat
Browse files Browse the repository at this point in the history
  • Loading branch information
effekseer committed Dec 19, 2016
1 parent 7c3e756 commit 8c3c2e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ copy readme_runtime.txt %RDIR_R%\readme.txt
copy readme_unity.txt %RDIR_U%\readme.txt

echo ヘルプ
mkdir %RDIR%\Help_Jp
mkdir %RDIR%\QuickTutorial_En
mkdir %RDIR%\Help
mkdir %RDIR%\QuickTutorial

robocopy Release\Help_Tool %RDIR%\Help_Jp *.html *.css *.efkproj *.png /mir /S
robocopy Document\QuickTutorial_Tool %RDIR%\QuickTutorial_En *.html *.css *.efkproj *.png /mir /S
robocopy docs\Help_Tool %RDIR%\Help *.html *.css *.efkproj *.png /mir /S
robocopy docs\QuickTutorial_Tool %RDIR%\QuickTutorial *.html *.css *.efkproj *.png /mir /S

mkdir %RDIR_R%\Help
robocopy Release\Help_Runtime %RDIR_R%\Help *.html *.css *.efkproj *.png /mir /S
Expand All @@ -150,7 +150,7 @@ doxygen Release\Help_Unity\Doxyfile
robocopy UnityAPIRef %RDIR_U%\Help\APIRef /mir /S

echo Readme2
copy Document\readme_sample.txt %RDIR%\Sample\readme.txt
copy docs\readme_sample.txt %RDIR%\Sample\readme.txt

echo VS

Expand Down

0 comments on commit 8c3c2e3

Please sign in to comment.