Browse Source

Add Windows installer creation script, mknsis.sh.

nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
7c6014c60b
  1. 7
      mknsis.sh

7
mknsis.sh

@ -0,0 +1,7 @@ @@ -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
Loading…
Cancel
Save