mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
feat: test support for Fedora
This commit is contained in:
@@ -29,7 +29,6 @@ const (
|
||||
Gentoo
|
||||
// Zorin distribution
|
||||
Zorin
|
||||
|
||||
)
|
||||
|
||||
// DistroInfo contains all the information relating to a linux distribution
|
||||
@@ -75,6 +74,8 @@ func GetLinuxDistroInfo() *DistroInfo {
|
||||
result.Distribution = Gentoo
|
||||
case "Zorin":
|
||||
result.Distribution = Zorin
|
||||
case "Fedora":
|
||||
result.Distribution = RedHat
|
||||
}
|
||||
case "Description":
|
||||
result.Description = value
|
||||
|
||||
Reference in New Issue
Block a user