Skip to content

Commit

Permalink
Merge pull request sakura-editor#573 from m-tmatma/feature/fix-batch-…
Browse files Browse the repository at this point in the history
…help

バッチファイルのヘルプの誤りを修正
  • Loading branch information
m-tmatma authored Oct 21, 2018
2 parents 2dc528b + 3ac3782 commit 1d0def0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ exit /b 0
@echo %~nx1 Win32 Release
@echo %~nx1 Win32 Debug
@echo %~nx1 x64 Release
@echo %~nx1 x64 Release
@echo %~nx1 x64 Debug
exit /b 0
2 changes: 1 addition & 1 deletion build-sln.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ exit /b 0
@echo %~nx1 Win32 Release
@echo %~nx1 Win32 Debug
@echo %~nx1 x64 Release
@echo %~nx1 x64 Release
@echo %~nx1 x64 Debug
exit /b 0
2 changes: 1 addition & 1 deletion run-cppcheck.bat
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ exit /b %ERROR_RESULT%
@echo %~nx1 Win32 Release
@echo %~nx1 Win32 Debug
@echo %~nx1 x64 Release
@echo %~nx1 x64 Release
@echo %~nx1 x64 Debug
exit /b 0
2 changes: 1 addition & 1 deletion zipArtifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,5 @@ exit /b 0
@echo %~nx1 Win32 Release
@echo %~nx1 Win32 Debug
@echo %~nx1 x64 Release
@echo %~nx1 x64 Release
@echo %~nx1 x64 Debug
exit /b 0

0 comments on commit 1d0def0

Please sign in to comment.