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
- Host: GitHub
- URL: https://github.com/vclemenzi/desktop-linker
- Owner: vclemenzi
- Created: 2023-03-15T13:40:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T15:03:49.000Z (about 2 years ago)
- Last Synced: 2025-02-15T08:14:42.883Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.