diff options
| author | ruki <[email protected]> | 2020-04-05 14:32:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 14:32:36 +0800 |
| commit | 79ff6aed24ebfda2ecd4628b2237b75a003e347a (patch) | |
| tree | 7a901d3fd0400e7926b9e5ba39ce627bae640a81 /xmake/rules/qt/deploy/macosx.lua | |
| parent | 903821ab225794e65e1fdee98afce2a566fe0f14 (diff) | |
improve info.plist
Diffstat (limited to 'xmake/rules/qt/deploy/macosx.lua')
| -rw-r--r-- | xmake/rules/qt/deploy/macosx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/qt/deploy/macosx.lua b/xmake/rules/qt/deploy/macosx.lua index 63c0ca1ff..818ff9943 100644 --- a/xmake/rules/qt/deploy/macosx.lua +++ b/xmake/rules/qt/deploy/macosx.lua @@ -58,7 +58,7 @@ function _save_info_plist(target, info_plist_file) <key>NSPrincipalClass</key> <string>NSApplication</string> </dict> -</plist>]], name, name, name, name, macos.version():major() .. "." .. macos.version():minor())) +</plist>]], name, name, name, name, get_config("target_minver") or (macos.version():major() .. "." .. macos.version():minor()))) end -- deploy application package for macosx |
