miraclx/freyr-js

Release precompiled binaries for every platform

Open

#149 geöffnet am 21. Feb. 2022

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (154 Forks)user submission
enhancementhelp wanted

Repository-Metriken

Stars
 (2.279 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

#121 introduces CI automation for NPM and Docker Hub publishing, #148 automates GitHub releases.

We should consider using a solution like https://github.com/vercel/pkg to package freyr into a single executable, self-contained with all dependencies, built for all platforms and served straight from the releases page.

The issues with this is as follows;

  • Having to update youtube-dl periodically.
  • Having to update the Apple Music API token periodically.

However, solutions can be worked out for that, so I'll leave this issue here.

Contributor Guide