mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #299
ca2fa3a
Rename the binary to monero-wallet-gui (moneromooo.monero)
This commit is contained in:
commit
544553b96c
2 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -40,13 +40,13 @@ if [ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$platform" == "darwin" ]; then
|
if [ "$platform" == "darwin" ]; then
|
||||||
BIN_PATH=$BIN_PATH/monero-core.app/Contents/MacOS/
|
BIN_PATH=$BIN_PATH/monero-wallet-gui.app/Contents/MacOS/
|
||||||
elif [ "$platform" == "mingw64" ] || [ "$platform" == "mingw32" ]; then
|
elif [ "$platform" == "mingw64" ] || [ "$platform" == "mingw32" ]; then
|
||||||
MONEROD_EXEC=monerod.exe
|
MONEROD_EXEC=monerod.exe
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
qmake ../monero-core.pro "$CONFIG"
|
qmake ../monero-wallet-gui.pro "$CONFIG"
|
||||||
make
|
make
|
||||||
|
|
||||||
# Copy monerod to bin folder
|
# Copy monerod to bin folder
|
||||||
|
|
Loading…
Reference in a new issue