Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Move macos specific commands out of 'packagedir'
These 2 commands are the only things which prevent from running `make packagedir`. Since `make packagedir` goes together with the `packaging.sh` script, we can move these 2 commands there. This should allow us to cross-build the macOS installer data on a linux host, and then run the signing process on a macOS host. An alternative would be to commit components.plist to git, which is an option as the file does not look like it would change too often. However, I'm not sure how to reliably detect the file has changed and needs to be updated.
- Loading branch information