diff options
| author | KnightJun <[email protected]> | 2021-01-13 09:16:50 +0800 |
|---|---|---|
| committer | KnightJun <[email protected]> | 2021-01-13 09:16:50 +0800 |
| commit | ec41984ca416669dd4d973f20b8f9657152b910a (patch) | |
| tree | 836dccd33ea005c2476ef701191a3de111fc26dc | |
| parent | c8a44c371d841dc9f02ee84c8c1ed12c14d27484 (diff) | |
pass “--release” param to windeployqt by default
| -rw-r--r-- | xmake/rules/qt/install/windows.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/qt/install/windows.lua b/xmake/rules/qt/install/windows.lua index 429130afd..deba297c1 100644 --- a/xmake/rules/qt/install/windows.lua +++ b/xmake/rules/qt/install/windows.lua @@ -71,7 +71,7 @@ function main(target, opt) if is_mode("debug") then table.insert(argv, "--debug") - elseif is_mode("release") then + else table.insert(argv, "--release") end |
