mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
Fixed Manjaro not being detected as arch
This commit is contained in:
@@ -58,6 +58,8 @@ func GetLinuxDistroInfo() *DistroInfo {
|
||||
result.Distribution = Ubuntu
|
||||
case "Arch":
|
||||
result.Distribution = Arch
|
||||
case "ManjaroLinux":
|
||||
result.Distribution = Arch
|
||||
}
|
||||
case "Description":
|
||||
result.Description = value
|
||||
|
||||
Reference in New Issue
Block a user