diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-16 22:01:45 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-20 20:54:07 +0000 |
| commit | ca2fa3a56550c926e2ce44981b26037f5eaa6a23 (patch) | |
| tree | 2e5969f1e35ed654a8b8636e9c3a8f1598891413 | |
| parent | e7426562dae76325ab1a5ea9952992edbd6f2b93 (diff) | |
| download | monzero-gui-ca2fa3a56550c926e2ce44981b26037f5eaa6a23.tar.gz monzero-gui-ca2fa3a56550c926e2ce44981b26037f5eaa6a23.tar.xz monzero-gui-ca2fa3a56550c926e2ce44981b26037f5eaa6a23.zip | |
Rename the binary to monero-wallet-gui
Because I like painting my bike shed every morning
| -rwxr-xr-x | build.sh | 4 | ||||
| -rw-r--r-- | monero-wallet-gui.pro (renamed from monero-core.pro) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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 index fe0e6cd9..fe0e6cd9 100644 --- a/monero-core.pro +++ b/monero-wallet-gui.pro |
