From ca2fa3a56550c926e2ce44981b26037f5eaa6a23 Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Fri, 16 Dec 2016 22:01:45 +0000 Subject: [PATCH] Rename the binary to monero-wallet-gui Because I like painting my bike shed every morning --- build.sh | 4 ++-- monero-core.pro => monero-wallet-gui.pro | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename monero-core.pro => monero-wallet-gui.pro (100%) diff --git a/build.sh b/build.sh index 6d9e6418..98261b83 100755 --- a/build.sh +++ b/build.sh @@ -40,13 +40,13 @@ if [ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]; then fi 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 MONEROD_EXEC=monerod.exe fi cd build -qmake ../monero-core.pro "$CONFIG" +qmake ../monero-wallet-gui.pro "$CONFIG" make # Copy monerod to bin folder diff --git a/monero-core.pro b/monero-wallet-gui.pro similarity index 100% rename from monero-core.pro rename to monero-wallet-gui.pro