Add Windows installer creation script, mknsis.sh.
This commit is contained in:
parent
6f30fc1d87
commit
7c6014c60b
1 changed files with 7 additions and 0 deletions
7
mknsis.sh
Executable file
7
mknsis.sh
Executable 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
|
Loading…
Reference in a new issue