Remove jpm.bat from windows dist.

It is still present in the MSI.
This commit is contained in:
Calvin Rose 2021-01-06 19:36:37 -06:00
parent f206b476d1
commit ee0e1a2342
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ copy build\janet.h dist\janet.h
copy build\libjanet.lib dist\libjanet.lib
copy .\jpm dist\jpm
copy tools\jpm.bat dist\jpm.bat
@rem Create installer
janet.exe -e "(->> janet/version (peg/match ''(* :d+ `.` :d+ `.` :d+)) first print)" > build\version.txt