brew cask install nwjs
#!/bin/sh
/Applications/nwjs.app/Contents/MacOS/nwjs --url=<url> --user-data-dir=<local storage folder>
run
./appify.sh <script name>
after that open <script name>.app/Contents/info.plist and update the content of tag <CFBundleExecutable> with script name
<key>CFBundleExecutable</key>
<string>{script name}</string>run
open <script name>.app
- Make folder
Contents/Resources - Create an
app.icns(for conversion you can use CloudConvert) - Copy
app.iconsinContents/Resources
or follow instruction here