mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 03:40:49 -07:00
Merge pull request #90 from fishfishfish2104/v0.14.0-pre
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