Skip to content

Commit

Permalink
feature: Generate OSX application
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloboeira committed Aug 23, 2017
0 parents commit fd7d092
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/**/**
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export BUILD_DIR=${PWD}/build
export OSX_BUILD_DIR=${BUILD_DIR}/osx

.PHONY: install
install:
docker pull toschneck/nativefier

.PHONY: build_osx
build_osx:
docker run -v ${OSX_BUILD_DIR}/:/build toschneck/nativefier -p osx --name Feedcast -f --min-width 800 --min-height 600 --disable-context-menu --disable-dev-tools --single-instance https://feedcast.io build/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Desktop
> The Podcast Desktop Native Player
## Showtime

To install the dependencies run: `make install`
To build the OSX applicaiton run: `make build_osx`
Empty file added build/.keep
Empty file.

0 comments on commit fd7d092

Please sign in to comment.