mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
- Better commandline interface to BuildApplet, complete with options,
verbose output to the console, etc. - Allow Cocoa applets to be built with BuildApplet. No full testing has been done yet to ensure OS9 operation hasn't suffered.
This commit is contained in:
parent
2befa48926
commit
388fbf3d4a
3 changed files with 159 additions and 49 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>%(appletname)s, a Python applet</string>
|
||||
|
||||
%(cocoainfo)s
|
||||
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>PythonApplet.icns</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue