mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 20:40:33 +08:00
feat: add Manjaro support
This commit is contained in:
parent
b30031d025
commit
0f36a88f0e
@ -56,7 +56,7 @@ func GetLinuxDistroInfo() *DistroInfo {
|
||||
switch value {
|
||||
case "Ubuntu":
|
||||
result.Distribution = Ubuntu
|
||||
case "Arch":
|
||||
case "Arch", "ManjaroLinux":
|
||||
result.Distribution = Arch
|
||||
}
|
||||
case "Description":
|
||||
|
Loading…
Reference in New Issue
Block a user