tldr/pages/common/nativefier.md

17 lines
373 B
Markdown
Raw Normal View History

2020-08-20 12:53:10 +01:00
# nativefier
> Create a desktop app for any web site with minimal configuration.
> More information: <https://github.com/jiahaog/nativefier>.
2020-08-20 12:53:10 +01:00
- Make a desktop app for a website:
`nativefier {{url}}`
- Create a desktop app with a custom name:
`nativefier --name {{name}} {{url}}`
- Use a custom icon, should be a PNG:
`nativefier --icon {{path/to/icon.png}} {{url}}`