Skip to content

feedcast/desktop

Repository files navigation

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