Add Windows installer creation script, mknsis.sh.

This commit is contained in:
Jeff Garzik 2010-11-26 18:01:25 -05:00 committed by Jeff Garzik
parent 6f30fc1d87
commit 7c6014c60b

7
mknsis.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
PATH=$PATH:/usr/i686-pc-mingw32/sys-root/mingw/bin \
nsiswrapper --run \
--name "CPU miner" \
--outfile cpuminer-installer.exe \
minerd.exe