Fix minimum macOS version not being set in AppBundle Info.plist
make-macosx-app.sh reads MACOSX_DEPLOYMENT_TARGET variable but it wasn't ever set.
This commit is contained in:
parent
0a599268bb
commit
c04cf19b77
2 changed files with 4 additions and 0 deletions
|
@ -88,4 +88,5 @@ echo;echo
|
|||
echo
|
||||
|
||||
# use the following shell script to build a universal application bundle
|
||||
export MACOSX_DEPLOYMENT_TARGET="10.5"
|
||||
"./make-macosx-app.sh" release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue