build:morio.msi
The build:morio.msi builds Windows package (.msi) of the Morio client.
Run npm run build:morio.msi in the root to trigger this script.
Under the hood, this will run:
Terminal
./scripts/build-morio-client-msi.sh
Relies on the client binaries being available
Make sure to run build:clients first to build the client binaries