aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.69k stars 276 forks source link

migrate from pkg to "Single executable applications" #215

Open ildar opened 5 months ago

ildar commented 5 months ago

https://github.com/vercel/pkg/blob/main/README.md :

[!IMPORTANT]
pkg has been deprecated with 5.8.1 as the last release. There are a number of successful forked versions of pkg already with various feature additions. Further, we’re excited about Node.js 21’s support for single executable applications. Thank you for the support and contributions over the years. The repository will remain open and archived.

milahu commented 5 months ago

ideally remove the complex build process and make it work with npm install -g vdhcoapp using ffmpeg from $PATH or ~/.config/vdhcoapp/config.json ffmpeg should be installed system-wide like sudo apt install ffmpeg at least thats what im doing in vdhcoapp.nix