diff options
| author | 2019-05-28 20:45:39 -0400 | |
|---|---|---|
| committer | 2019-05-28 20:45:39 -0400 | |
| commit | db55277b58cce460827bc77a90cc80c9639a6b6c (patch) | |
| tree | b6c75f9e08b6e26f52567f2b7cf5f44cac31a963 /janet_win.rc | |
| parent | Update CI tasks. (diff) | |
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.
Diffstat (limited to 'janet_win.rc')
| -rw-r--r-- | janet_win.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/janet_win.rc b/janet_win.rc new file mode 100644 index 00000000..5972ea36 --- /dev/null +++ b/janet_win.rc @@ -0,0 +1 @@ +IDI_MYICON ICON "assets\icon.ico"
\ No newline at end of file |
