mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 14:57:25 -04:00
Fix Windows MSYS2 build
This commit is contained in:
@@ -194,7 +194,7 @@ macx {
|
||||
}
|
||||
|
||||
win32 {
|
||||
deploy.commands += windeployqt $$sprintf("%1/%2/%3.exe", $$OUT_PWD, $$DESTDIR, $$TARGET) -qmldir=$$PWD
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user