1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-03 11:28:03 +00:00

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.
This commit is contained in:
Calvin Rose
2019-05-28 20:45:39 -04:00
parent 75818217a6
commit db55277b58
11 changed files with 514 additions and 60 deletions

1
janet_win.rc Normal file
View File

@@ -0,0 +1 @@
IDI_MYICON ICON "assets\icon.ico"