1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:22:11 +02:00
tldr/pages/common/nativefier.md
2020-12-29 19:46:54 +08:00

16 lines
394 B
Markdown

# nativefier
> Command-line tool to create a desktop app for any web site with minimal configuration.
> More information: <https://github.com/jiahaog/nativefier>.
- 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}}`