mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-06 20:14:56 +00:00
8 lines
158 B
Bash
8 lines
158 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
PATH=$PATH:/usr/i686-pc-mingw32/sys-root/mingw/bin \
|
||
|
nsiswrapper --run \
|
||
|
--name "CPU miner" \
|
||
|
--outfile cpuminer-installer.exe \
|
||
|
minerd.exe
|