mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
build-win: mingw-x86: windeploy_helper.sh not needed anymore
This commit is contained in:
parent
0a16d74d1b
commit
538710f21b
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue