add note about windows release script
This commit is contained in:
parent
f8896d02d9
commit
bfa8831aba
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# make Windows release
|
# make Windows release
|
||||||
|
# this script shall be run from Linux with MinGW installed!
|
||||||
|
|
||||||
if [ ! -e /tmp/furnace ]; then
|
if [ ! -e /tmp/furnace ]; then
|
||||||
ln -s "$PWD" /tmp/furnace || exit 1
|
ln -s "$PWD" /tmp/furnace || exit 1
|
||||||
|
|
Loading…
Reference in a new issue