mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
OSX 10.4 installer: no relocation, require root authorization
This commit is contained in:
parent
f26e77ecdf
commit
aee6aabe8f
@ -124,6 +124,10 @@ Info_plist = """<?xml version="1.0" encoding="UTF-8"?>
|
||||
<string>%(package_id)s</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>%(version)s</string>
|
||||
<key>IFPkgFlagRelocatable</key>
|
||||
<false/>
|
||||
<key>IFPkgFlagAuthorizationAction</key>
|
||||
<string>RootAuthorization</string>
|
||||
</dict>
|
||||
</plist>
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user