full running example for the electon-deeplink module
git clone https://github.com/glawson/electron-deeplink-example.git
cd electron-deeplink-example
npm install
# run as dev
npm run start
# build for prod
npm run make
For prod, the make command will create a zip file: out/make/zip/darwin/x64/electron-deeplink-example-*.zip. Extract the file and run to test.