Skip to content

Commit

Permalink
Fix windows CI return code
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancresswell committed Aug 22, 2021
1 parent cd86a41 commit 86cd1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/start-windows.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
autor1.exe %0
set /A rtn=$? >nul
pause
exit $?

0 comments on commit 86cd1a3

Please sign in to comment.