mirror of
https://github.com/janet-lang/janet
synced 2025-01-26 23:24:44 +00:00
Remove jpm.bat from windows dist.
It is still present in the MSI.
This commit is contained in:
parent
f206b476d1
commit
ee0e1a2342
@ -118,7 +118,6 @@ copy build\janet.h dist\janet.h
|
|||||||
copy build\libjanet.lib dist\libjanet.lib
|
copy build\libjanet.lib dist\libjanet.lib
|
||||||
|
|
||||||
copy .\jpm dist\jpm
|
copy .\jpm dist\jpm
|
||||||
copy tools\jpm.bat dist\jpm.bat
|
|
||||||
|
|
||||||
@rem Create installer
|
@rem Create installer
|
||||||
janet.exe -e "(->> janet/version (peg/match ''(* :d+ `.` :d+ `.` :d+)) first print)" > build\version.txt
|
janet.exe -e "(->> janet/version (peg/match ''(* :d+ `.` :d+ `.` :d+)) first print)" > build\version.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user