This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
janet
Watch
1
Star
0
Fork
0
You've already forked janet
mirror of
https://github.com/janet-lang/janet
synced
2024-11-05 00:06:16 +00:00
Code
Issues
1
Releases
Wiki
Activity
e202d30835
janet
/
tools
/
jpm.bat
5 lines
62 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Work on windows installer. We will probably shift to NSIS as the default installation method for windows. Shipping around a single binary just doesn't cut it if we want to be able to reliably use tools like `jpm` to build things.
2019-05-29 00:45:39 +00:00
@
echo
off
Fix typo in jpm.bat
2019-07-05 17:49:55 +00:00
@
rem Wrapper around jpm
Work on windows installer. We will probably shift to NSIS as the default installation method for windows. Shipping around a single binary just doesn't cut it if we want to be able to reliably use tools like `jpm` to build things.
2019-05-29 00:45:39 +00:00
Fix jpm.bat on a normal install The path to jpm.janet will likely have spaces.
2019-07-08 23:54:14 +00:00
janet
"
%~dp0
\jpm.janet
"
%*
Reference in New Issue
Copy Permalink