JayJay1989 / Pretzel-Desktop

Pretzel desktop audio player for linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretzel-Desktop

pretzeldesktop

I have not any connection or whatsoever with pretzel or pretzel.rocks. This project is only made 'cause the lack of linux support for their app. this repo is open for improvements.

Installation

Linux Snap

You can install Pretzel-Desktop with a snap. This is recommended method of installation for Linux as automatic updates will occur.

snap install pretzeldesktop

Other distro's

Download the latest version from the Github Releases here.

Developing

Installing dependencies:

sudo apt install libarchive-tools rpm pacman binutils

NPM commands:

git clone https://github.com/JayJay1989/Pretzel-Desktop.git
cd pretzeldesktop/

npm run install
npm run compile
npm run start
npm run build

Commands

Command Description
npm run start Run electron app (in debug mode)
npm run compile Compiles typescript
npm run build Compiles the application
npm run dist Compile electron app and distribute it

About

Pretzel desktop audio player for linux

License:MIT License


Languages

Language:TypeScript 100.0%