Skip to content

Commit ae16f2d

Browse files
author
Shuge Lee
committed
Small changed.
1 parent 9ae2845 commit ae16f2d

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ dist/
99
.ropeproject
1010
BUGS.txt
1111
TODO.txt
12-
*.json
12+
*.jsonresource_compiler/bar.py
13+
resource_compiler/bar.qrc

package_maker/README.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# Package Maker
22

3-
4-
Mon, 07 Feb 2011, http://www.rfk.id.au/blog/entry/hatchet-hack-frozen-pyside-apps/
5-
3+
- [Aral Balkan · How to make standalone OS X application bundles from PyQt apps using py2app](http://aralbalkan.com/1675)
4+
- [Building Mac OS X applications with py2app](http://www.rkblog.rk.edu.pl/w/p/building-mac-os-x-applications-py2app/)
5+
- [Hatchet: hack frozen PySide apps down to size](http://www.rfk.id.au/blog/entry/hatchet-hack-frozen-pyside-apps/), Feb 2011
6+
- [How do I create a nice-looking DMG for Mac OS X using command-line tools?](http://stackoverflow.com/questions/96882/how-do-i-create-a-nice-looking-dmg-for-mac-os-x-using-command-line-tools/97025#97025)
7+
- [Problem using py2app with the lxml package](http://stackoverflow.com/questions/868510/problem-using-py2app-with-the-lxml-package)
8+
69
TODO:
710

811
- simple pyside
912
- multiple packages/modules (third part/yours)
1013
- non-script resources, suck as icon, image, xml etc
1114

12-
- [How do I create a nice-looking DMG for Mac OS X using command-line tools?](http://stackoverflow.com/questions/96882/how-do-i-create-a-nice-looking-dmg-for-mac-os-x-using-command-line-tools/97025#97025)
13-
14-
## selected
15-
16-
- [Problem using py2app with the lxml package](http://stackoverflow.com/questions/868510/problem-using-py2app-with-the-lxml-package)
17-
18-
1915
## py2app bugs
2016

2117
./dist/your_app_name.app/Contents/MacOS/your_app_name

0 commit comments

Comments
 (0)