dotnettools / SharpGrabber

Download from YouTube, Vimeo, HLS (M3U8 files) and more with .NET and JavaScript - Library and desktop app for downloading high quality media
GNU Lesser General Public License v3.0
315 stars 46 forks source link

Missing dependencies #46

Closed hey-red closed 2 years ago

hey-red commented 2 years ago

Lastest version of SharpGrabber.Desktop(v3.2)

Error:
  An assembly specified in the application dependencies manifest (SharpGrabber.Desktop.deps.json) was not found:
    package: 'Microsoft.Win32.SystemEvents', version: '4.5.0'
    path: 'runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll'

Also, maybe best way for GUI app is that have self-contained version. It's can have large size, but works out of box and do not requires installed runtime.

javidsho commented 2 years ago

Sorry about that. I'll re-upload the release. And you're right it's a bit large.

javidsho commented 2 years ago

Lastest version of SharpGrabber.Desktop(v3.2)

Error:
  An assembly specified in the application dependencies manifest (SharpGrabber.Desktop.deps.json) was not found:
    package: 'Microsoft.Win32.SystemEvents', version: '4.5.0'
    path: 'runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll'

Also, maybe best way for GUI app is that have self-contained version. It's can have large size, but works out of box and do not requires installed runtime.

Check out the new release.