mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
feat: add Manjaro support
This commit is contained in:
parent
b30031d025
commit
0f36a88f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue