-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fd7d092
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build/**/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.