From 538710f21b900538d799d477acb21926e0921a85 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Sat, 22 Oct 2016 01:10:44 +0300 Subject: [PATCH] build-win: mingw-x86: windeploy_helper.sh not needed anymore --- README.md | 2 +- monero-core.pro | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e3e95df1..d98e937b 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ TODO Where ```%MSYS_ROOT%``` will be ```c:\msys32``` if your host OS is x86-based or ```c:\msys64``` if your host OS is x64-based -6. Clone git repository: +6. Clone repository: ``` git clone https://github.com/monero-project/monero-core.git ``` diff --git a/monero-core.pro b/monero-core.pro index 21d1d409..8c446290 100644 --- a/monero-core.pro +++ b/monero-core.pro @@ -221,7 +221,6 @@ macx { win32 { deploy.commands += windeployqt $$sprintf("%1/%2/%3.exe", $$OUT_PWD, $$DESTDIR, $$TARGET) -release -qmldir=$$PWD - deploy.commands += $$escape_expand(\n\t) $$PWD/windeploy_helper.sh $$DESTDIR }