Windows CI remove those pesky carriage returns.

This commit is contained in:
Calvin Rose 2020-09-07 16:32:31 -05:00
parent 2bf5e341d3
commit 15e05b692c
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ exit /b 0
mkdir dist
janet.exe tools\gendoc.janet > dist\doc.html
janet.exe tools\removecr.janet dist\doc.html
janet.exe tools\removecr.janet build\janet.c
copy build\janet.c dist\janet.c
copy src\mainclient\shell.c dist\shell.c