First, clone the project
git clone https://github.com/Persiasty/nativefier.git
cd nativefier
Install dependencies for both the CLI and the Electron app:
# Under Windows:
npm run dev-up-win
Build nativefier:
npm run build
Set up a symbolic link so that running nativefier
calls your dev version with your changes:
npm link
After doing so, you can rebuild and run Nativefier:
simply assemble.bat
Read the API documentation or run nativefier --help
to learn about other command-line flags usable to configure the packaged app.
To have high-resolution icons used by default for an app/domain, please contribute to the icon repository!
Help welcome on bugs and feature requests.