-
Notifications
You must be signed in to change notification settings - Fork 435
Open
Description
Rather than have to copy the libwk*.* native libs into the output folder, you can set up the NuGet package to include them automatically. They just need to be linked like so in the NuSpec:
<file src="..\..\v0.12.4\64 bit\libwkhtmltox.dll" target="runtimes\win7-x64\native" />
<file src="..\..\v0.12.4\64 bit\libwkhtmltox.so" target="runtimes\linux-x64\native" />
<file src="..\..\v0.12.4\64 bit\libwkhtmltox.dylib" target="runtimes\osx-x64\native" />
same goes for x86...
I'm happy to create a pull request if you'd like.
Thanks!
RolfVeinoeSorensen, alexkhomenko, tmakin, milgevskiy, viktorgangverk and 1 more
Metadata
Metadata
Assignees
Labels
No labels