build:morio.pkg
The build:morio.pkg builds MacOS package (.pkg) of the Morio client.
Run npm run build:morio.pkg in the root to trigger this script.
Under the hood, this will run:
Terminal
./scripts/build-morio-client-pkg.sh
Relies on the client binaries being available
Make sure to run build:clients first to build the client binaries
Requires MacOS
You can only run this on a MacOS system as it relies on the MacOS native
pkgbuild command.