You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ The tool will look for applications on the first level of the disk image or arch
6
6
7
7
The name of the resulting package will be of the form `{name}-{version}.pkg`. Spaces will be removed from the name. The package will be written to the current working directory.
8
8
9
+
## Dependencies
10
+
11
+
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."](https://github.com/macadmins/python) It should (probably) work with other Python 3 distributions, as well, but has not been tested on any.
0 commit comments