Skip to content

Commit

Permalink
Update libwebkit package name for Fedora (#2218)
Browse files Browse the repository at this point in the history
* Update libwebkit package name for Fedora

Fixes issue with `wails doctor` not detecting updated version of libwebkit on Fedora

* Keep existing libwebkit package

...for backwards compatibility

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
  • Loading branch information
NullCode1337 and leaanthony committed Dec 20, 2022
1 parent d588c7a commit 04e92a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/internal/system/packagemanager/dnf.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (y *Dnf) Packages() packagemap {
{Name: "gtk3-devel", SystemPackage: true, Library: true},
},
"libwebkit": []*Package{
{Name: "webkit2gtk4.0-devel", SystemPackage: true, Library: true},
{Name: "webkit2gtk3-devel", SystemPackage: true, Library: true},
// {Name: "webkitgtk3-devel", SystemPackage: true, Library: true},
},
Expand Down

0 comments on commit 04e92a8

Please sign in to comment.