Skip to content

Commit

Permalink
Adds librespot support for macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
geekuillaume committed May 22, 2020
1 parent 9d3966b commit f556cbb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/deps_downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ const deps = {
url: 'https://github.com/geekuillaume/librespot/releases/download/v0.1.1/librespot-linux-arm-featureless',
sha1: '95a3414d546bd106145f87943d6ed83bc347f339',
},
'darwin-x64': {
url: 'https://github.com/geekuillaume/librespot/releases/download/v0.1.1/librespot-macos-x64-featureless',
sha1: 'f210c14cc3b95f104065f1fa1b756bc803a030cd',
},
'win32-x64': {
url: 'https://github.com/geekuillaume/librespot/releases/download/v0.1.1/librespot-windows-x64-featureless.exe',
sha1: 'e8408216d6acf0a9b9c704f44bb0fba4e2cf7905',
},
},
shairport: {
isZip: true,
Expand Down

0 comments on commit f556cbb

Please sign in to comment.