1
0
forked from mirrors/0ad

Fix MacOs bundle for Python3

Update the lib used to handle plists, as dmgbuild changed things for
Python3.

Refs #5694

Differential Revision: https://code.wildfiregames.com/D3157
This was SVN commit r24282.
This commit is contained in:
wraitii
2020-11-28 10:23:06 +00:00
parent cf6aaf37a4
commit 2cfd1b9fac
4 changed files with 20 additions and 38 deletions
View File
-10
View File
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>0 A.D.</string>
<key>CFBundleName</key>
<string>0 A.D.</string>
</dict>
</plist>