From a8c9a6b6495967a51f7f19a0a0d3eea3fa39bb91 Mon Sep 17 00:00:00 2001 From: Steve Mokris Date: Mon, 18 Feb 2019 15:05:39 -0500 Subject: [PATCH] Update for the latest version of Platypus (5.3). List the specific macOS Installer package UTIs, so it shows up in packages' "Open With" Finder menu. --- End-user Read Me.rtf | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/End-user Read Me.rtf b/End-user Read Me.rtf index 82df670..65fc035 100644 --- a/End-user Read Me.rtf +++ b/End-user Read Me.rtf @@ -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 \ diff --git a/Makefile b/Makefile index 6b420da..38433c0 100644 --- a/Makefile +++ b/Makefile @@ -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