forked from mia/Aegisub
Add i386 to the supported architectures in the plist
This commit is contained in:
parent
decbf06de3
commit
820732b97e
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@
|
|||
|
||||
<!-- Values: i386, ppc, x86_65, ppc64 -->
|
||||
<key>LSArchitecturePriority</key>
|
||||
<array>
|
||||
<string>x86_64</string>
|
||||
<string>i386</string>
|
||||
</array>
|
||||
|
||||
<!-- Displayed in the 'Get Info' context menu dialogue -->
|
||||
<key>CFBundleGetInfoString</key>
|
||||
|
|
Loading…
Reference in a new issue