msys64 deploy fix

This commit is contained in:
Ilya Kitaev
2016-08-03 15:59:42 +03:00
parent f640809d25
commit 7c33ea931a
2 changed files with 7 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ fi
if [ ! -d build ]; then mkdir build; fi
cd build
echo $(pwd)
qmake ../monero-core.pro "CONFIG+=release"
make
make deploy