Browse Source

Add Windows installer creation script, mknsis.sh.

Jeff Garzik 15 years ago
parent
commit
7c6014c60b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      mknsis.sh

+ 7 - 0
mknsis.sh

@@ -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