Skip to content

feedcast/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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