Skip to content

Commit

Permalink
Changes to build.cmd (surge-synthesizer#1319)
Browse files Browse the repository at this point in the history
1. keep cmd open
2. don't supress echo

Author is Leo <[email protected]>
  • Loading branch information
baconpaul authored Nov 20, 2019
1 parent fdae0b5 commit 8b3cbe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@echo off ::keep it cleaner for better readebility of the output

REM We can still at least try to build even if Git is not installed.
git submodule update --init --recursive || echo "Git failed, submodules not updated."

Expand All @@ -14,4 +16,5 @@ exit /b 0

:error
echo build failed!
pause ::pause so the user knows something went wrong
exit /b 1

0 comments on commit 8b3cbe4

Please sign in to comment.