webview_deno icon indicating copy to clipboard operation
webview_deno copied to clipboard

rename env PLUGIN_URL

Open milahu opened this issue 1 year ago • 0 comments

the env name should be more absolute than PLUGIN_URL

https://github.com/webview/webview_deno/blob/9c3bff67c0b6ba2b5dc6066c15b3117da6ad7c68/src/ffi.ts#L4-L7

this env holds the folder of libwebview.so so rename to ...

WEBVIEW_DENO_LIBWEBVIEW? WEBVIEW_DENO_LIB? DENO_LIBWEBVIEW? DENO_WEBVIEW_LIB?

also its not an (optional) "plugin" but an essential dependency

fix merged in https://github.com/milahu/webview_deno

milahu avatar Oct 13 '22 10:10 milahu