Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion End-user Read Me.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http://www.timdoug.com/\
\b\fs30 a quick and simple .(m)pkg extractor\

\b0\fs24 \
for Mac OS X 10.4+, PPC/Intel\
for Mac OS X 10.8+, Intel 64-bit\
released under the GNU GPL (see COPYING)\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
\cf0 \
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ VERSION:
@exit 1

unpkg.app: unpkg.py VERSION
/usr/local/bin/platypus -DR -a unpkg -o 'Progress Bar' \
/usr/local/bin/platypus -D -a unpkg -o 'Progress Bar' \
-p /usr/bin/python -n 'LucidaGrande 12' \
-V ${VERSION} -s upkg -I org.timdoug.unpkg -u timdoug -X '*' -T '****|fold' \
-V ${VERSION} -I org.timdoug.unpkg -u timdoug -X 'pkg|mpkg' -T 'com.apple.installer-package|com.apple.installer-meta-package|com.apple.installer-package-archive' \
-i appIcon.icns -f xar -f cpio -y -c unpkg.py unpkg.app

zip: unpkg.app
Expand Down