add note about windows release script

This commit is contained in:
tildearrow 2021-12-29 15:28:50 -05:00
parent f8896d02d9
commit bfa8831aba
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
# make Windows release
# this script shall be run from Linux with MinGW installed!
if [ ! -e /tmp/furnace ]; then
ln -s "$PWD" /tmp/furnace || exit 1