فهرست منبع

nativefier: add page (#4261)

Florian 4 سال پیش
والد
کامیت
4d9421c651
1فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  1. 16 0
      pages/common/nativefier.md

+ 16 - 0
pages/common/nativefier.md

@@ -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}}`