1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-11 16:10:27 +00:00

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

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