Skip to content

Commit

Permalink
Fixes travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
durasj committed Feb 15, 2018
1 parent cdaaa06 commit aea789b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ deploy:
provider: releases
api_key:
secure: Bz501ygXO3jCJA2+/WaOKKBk6TiLE6Dysv8vhnJZcMjCLLSUlg6+nbjm9ysNPSKkJcUB/1cePj1zhqT0Qhd7LqYyn1mX8/zGq+4ruIzabxe2znXiiDshv7/8kuzXq3CAZAvvjiDipCSW85vfNBJM7ibrEW6JhTeXi14P5I6tQUMKZ0RIQP3nJuLuB/7KHPlBDfC3IH7J47dF86XXsNGmWmBzcchlhsxb81CWNHnJK1SgvwpkrWiY6QtK0HbvENfKD2wgK95o4OvWl04lWawwieeKjHn+sfbUhUNm+Ssm8XKJiBI8GJz+90/6rzn55RKFUiiiiO4xZ2AkKKhZXWmFjwyvdQSchalMBIEEl/KGqFok9DhRuWbhjrwTZbbnbwfwtSd0zikZ5vq72oCsQ5H89C9090cmMv3e1FTdflbQisyNCr2WIrTYBvAcGR7QjHDpPXJJXcwPxYixgRMNHokLWJSBGU9AjBe5eNwBVlmqcES0rInR6XvFyXUZ0fXv5YsromLu4LaFczQ8BwKmYFmj3BPri0NbdaDZ/q2+Yz7c8R2GNobR/DYM5t+12NXSN9y39v+8RbODMDXCS01Wlt+vWspqeVBM4eWgAx9Z0hq6X9sUOHPd/+VQRECQ5W209L/i0jIUxog5QLChz+k5/anAQknW7wEyGYAp/H7sDL+43Zs=
file_glob: true
file:
- artifacts/*.exe
- artifacts/*.AppImage
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Winamp2-js for desktop

Unnoficial application based on [Winamp2-js](https://github.com/captbaritone/winamp2-js) - "A reimplementation of Winamp 2.9 in HTML5 and JavaScript.". This is, for now, proof of concept, but you can already drop the files on the player and play them or use different skins.
Unnoficial application based on [Winamp2-js](https://github.com/captbaritone/winamp2-js) - "A reimplementation of Winamp 2.9 in HTML5 and JavaScript.". Although this app is still just a proof of concept, you can already drop the files on the player and play them or use different skins.

[![Screenshot of Winamp2-js for desktop](./screen.gif)](https://github.com/durasj/winamp2-js-desktop)

Expand All @@ -21,9 +21,11 @@ npm -g i yarn typescript

### Installing

Install dependencies and run the start script:
Clone this repository, install dependencies and run the start script:

```
git clone https://github.com/durasj/winamp2-js-desktop.git
cd winamp2-js-desktop
yarn
yarn start
```
Expand Down

0 comments on commit aea789b

Please sign in to comment.