snippetbashTip
nativefier — Create a desktop app for any web site with minimal configuration. More information: <https://github.
Viewed 0 times
createcommandanycliappfordesktopnativefier
Problem
How to use the
nativefier command: Create a desktop app for any web site with minimal configuration. More information: <https://github.com/nativefier/nativefier>.Solution
nativefier — Create a desktop app for any web site with minimal configuration. More information: <https://github.com/nativefier/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}}Code Snippets
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}}Context
tldr-pages: common/nativefier
Revisions (0)
No revisions yet.