Skip to content

Commit

Permalink
make.cmd install_ -> make.cmd install.
Browse files Browse the repository at this point in the history
- Chrome Remote Desktop だと、なぜか _ が入力できないので
  • Loading branch information
hymkor committed Sep 30, 2014
1 parent f0105f8 commit f1560ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

:install
@if exist installdir (
@start make.cmd install_
@start make.cmd install.
) else (
@echo Please do 'mklink /J installdir PATH\TO\BIN'.
)
@goto end

:install_
:install.
@echo Please close NYAGOS.exe and hit ENTER.
@pause
robocopy nyagos.d .\installdir\nyagos.d /E
Expand Down

0 comments on commit f1560ad

Please sign in to comment.