salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
282 stars 59 forks source link

Fix JSON validity in Delphinus.Install.json #39

Closed michaliskambi closed 1 year ago

michaliskambi commented 1 year ago

I noticed Delphinus refuses to install WebView4Delphi, it (correctly) says that Delphinus.Install.json is not a valid JSON.

This trivial PR fixes it by removing an excessive comma.

( FYI @Memnarch , author of Delphinus. )

salvadordf commented 1 year ago

Thank you @michaliskambi !