Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras committed Jan 12, 2016
1 parent 9fb87ad commit 3add0b7
Show file tree
Hide file tree
Showing 12 changed files with 222 additions and 405 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ electron:
cp -r $(COMMON) $(ELECTRON)
cp js/electron.app.js $(ELECTRON)/app.js
cp js/electron.main.js $(ELECTRON)/main.js
cp bin/run-electron.sh $(ELECTRON)/run.sh
cp bin/mp-electron.sh $(ELECTRON)/mp.sh
cp bin/mp-electron.bat $(ELECTRON)/mp.bat
cp bin/install.bat $(ELECTRON)
ln -f -r -s sample $(ELECTRON)

nw:
Expand All @@ -21,7 +23,7 @@ nw:
mkdir -p $(NW)
cp -r $(COMMON) $(NW)
cp js/nw.app.js $(NW)/app.js
cp bin/run-nw.sh $(NW)/run.sh
cp bin/mp-nw.sh $(NW)/mp.sh
ln -f -r -s sample $(NW)

web:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The trick here is that the code base is shared: the very same application code t

1. Clone this project
2. Run it:
- adjust and run `dist/electron/run-electron.sh [path-to-song-or-playlist]`
- adjust and run `dist/nw/run-nw.sh [path-to-song-or-playlist]`
- adjust and run `dist/electron/mp.sh [path-to-song-or-playlist]`
- adjust and run `dist/nw/mp.sh [path-to-song-or-playlist]`
- launch `dist/web/index.html`

The web version is also hosted at [GitHub pages](http://ondras.github.io/mp/dist/web/).
Expand Down
1 change: 0 additions & 1 deletion bin/mp.bat

This file was deleted.

180 changes: 0 additions & 180 deletions bin/reg.bat

This file was deleted.

2 changes: 0 additions & 2 deletions bin/run-electron.sh

This file was deleted.

2 changes: 0 additions & 2 deletions bin/run-nw.sh

This file was deleted.

Loading

0 comments on commit 3add0b7

Please sign in to comment.