mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
16 lines
431 B
Markdown
16 lines
431 B
Markdown
# nativefier
|
|
|
|
> Utilitário para criação de aplicativos para desktop à partir de web sites.
|
|
> Mais informações: <https://github.com/jiahaog/nativefier>.
|
|
|
|
- Gera um aplicativo desktop para site:
|
|
|
|
`nativefier {{url}}`
|
|
|
|
- Gera um aplicativo desktop com nome customizado:
|
|
|
|
`nativefier --name {{nome}} {{url}}`
|
|
|
|
- Gera um aplicativo desktop usando um ícone PNG customizado:
|
|
|
|
`nativefier --icon {{caminho/para/icone.png}} {{url}}`
|