An open API service indexing awesome lists of open source software.

https://github.com/nitrux/nativefier-appimage

A tool to generate an AppImage of a website using Nativefier.
https://github.com/nitrux/nativefier-appimage

appimage electron-builder nativefier shell-script

Last synced: about 1 month ago
JSON representation

A tool to generate an AppImage of a website using Nativefier.

Awesome Lists containing this project

README

        

# nativefier-appimage

A tool to generate AppImages of a website using [Nativefier](https://github.com/jiahaog/nativefier).

```
Usage :
nativefier-appimage -- name --url --icon

: Name of the application.
: Url of the webpage to package.
: Path to the icon file.
```

# Examples

```
nativefier-appimage --name Nitrux --url https://nxos.org --icon nx-logo.png
```

# Requirements
- npm.
- FUSE.

# Issues
If you find problems with the contents of this repository please create an issue.

©2020 Nitrux Latinoamericana S.C.