mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-30 08:24:26 +00:00
8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PATH=$PATH:/usr/i686-pc-mingw32/sys-root/mingw/bin \
|
|
nsiswrapper --run \
|
|
--name "CPU miner" \
|
|
--outfile cpuminer-installer.exe \
|
|
minerd.exe
|