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

https://github.com/vclemenzi/desktop-linker

Use any binary as desktop app
https://github.com/vclemenzi/desktop-linker

Last synced: 3 months ago
JSON representation

Use any binary as desktop app

Awesome Lists containing this project

README

        

# Desktop linker

Make any binary a desktop application with a single command.

## Installation

```bash
git clone https://github.com/vclmenzi/desktop-linker.git && cd desktop-linker
```

Run the `install.sh` script:

```bash
sh ./install.sh
```

## Usage

```bash
desktop-linker [--name ] [--icon ] [--type ] [--assets "file1, file2, ..."]
```

`` is the path to the binary you want to link.

`` is the name of the desktop application.

`` is the path to the icon of the desktop application.

`` is the type of the desktop application.

`` is a list of assets to be copied to the desktop application directory.