mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 00:06:16 +00:00
db55277b58
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.
5 lines
60 B
Batchfile
5 lines
60 B
Batchfile
@echo off
|
|
@rem Wrapper arounf jpm
|
|
|
|
janet %~dp0\jpm.janet %*
|