5
0
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:
Lea Anthony 2019-05-18 07:18:34 +10:00
parent b30031d025
commit 0f36a88f0e
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -56,7 +56,7 @@ func GetLinuxDistroInfo() *DistroInfo {
switch value {
case "Ubuntu":
result.Distribution = Ubuntu
case "Arch":
case "Arch", "ManjaroLinux":
result.Distribution = Arch
}
case "Description":