mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 00:55:39 +02:00
nativefier: add page (#4261)
This commit is contained in:
parent
ec9c36a9f0
commit
4d9421c651
1 changed files with 16 additions and 0 deletions
16
pages/common/nativefier.md
Normal file
16
pages/common/nativefier.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue