mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
188 support distribution linux mint (#189)
This commit is contained in:
@@ -33,6 +33,8 @@ const (
|
||||
Zorin
|
||||
// Parrot distribution
|
||||
Parrot
|
||||
// Linuxmint distribution
|
||||
Linuxmint
|
||||
)
|
||||
|
||||
// DistroInfo contains all the information relating to a linux distribution
|
||||
@@ -107,6 +109,8 @@ func parseOsRelease(osRelease string) *DistroInfo {
|
||||
result.Distribution = Zorin
|
||||
case "parrot":
|
||||
result.Distribution = Parrot
|
||||
case "linuxmint":
|
||||
result.Distribution = Linuxmint
|
||||
default:
|
||||
result.Distribution = Unknown
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user