diff --git a/.travis.yml b/.travis.yml index 78d60b3..2bebd61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index c8830ca..55a44c2 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ```