Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 349 Bytes

Desktop

The Podcast Desktop Native Player

Setup

Downloads the docker image

To install the dependencies run: make install

Build

Generates the applications for each platform

To build for all the platforms use: make build

To build the OSX application run: make build_osx

To build the Linux application run: make build_linux