aclap-dev / vdhcoapp

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

Node10 #176

Closed paulrouget closed 11 months ago

paulrouget commented 11 months ago

This PR introduces support for Node 10, and subsequently, support for Linux 32 bits.

Rule is: if target_os is win7 or target_arch is i686, fallback to Node 10.

Using Node 10 has 2 drawbacks:

This PR also introduces a --info command line parameter which basically does what the RPC "info" method does, but just print out the result and exit. This is useful for basic diagnosis (it also runs ffmpeg, so if info is successful, that means node and ffmpeg are running properly).