Skip to content

Releases: scriptingosx/quickpkg

v1.0

06 Jan 08:38
Compare
Choose a tag to compare

Full Changelog: v0.8.1...v1.0

Python 3 release

03 Feb 12:26
Compare
Choose a tag to compare
Python 3 release Pre-release
Pre-release

Apple will remove the Python 2.7 binary at /usr/local/python from macOS in macOS Monterey 12.3.

This script is built and tested with the MacAdmins "Managed Python."

v0.8.1

08 Oct 17:41
Compare
Choose a tag to compare
  • fixed dmg re-packaging which broke in 0.8

v0.8

26 Sep 20:00
Compare
Choose a tag to compare

added support for tip archives

this works with the Xcode xip download, but it takes a long time and approximately 50GB of free disk space

Consolidated Bugfixes

01 Nov 09:08
Compare
Choose a tag to compare

fixed a bug with wrong variable name and another where quickpkg would fail when a dmg with weird access privileges (Time Machine) is mounted when the script runs

Fixed symlink handling

22 Oct 07:59
Compare
Choose a tag to compare

Fixed a bug on how symlinks are copied when copying bundles with symlinks. Thanks @homebysix for pointing this out!

v0.5

24 May 07:07
Compare
Choose a tag to compare

Now creates non-relocatable packages by default. Can revert to relocatable packages with the --relocatable option.