quickpkg
quickpkg copied to clipboard
wrapper for pkgbuild to quickly build simple packages from an installed app, a dmg or zip archive.
I'm using version 0.8.1 and have pointed the shebang to the latest version of Managed Python (`/Library/ManagedFrameworks/Python/Python3.framework/Versions/Current/bin/python3`). I'm getting: ``` ./quickpkg ~/Downloads/Notion-2.0.24.dmg File "/Users/tonyw/Dropbox/work/quickpkg-0.8.1/./quickpkg", line 126 except NSPropertyListSerializationException, error: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
I recently came across an app without either a `CFBundleShortVersionString` or `CFBundleVersion` key in its Info.plist file. Quickpkg understandably failed to package the app, but the provided traceback didn't make...
How does quickpkg make this command work