mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Feat manjaro arm & deepin (#324)
* feat: new distros: manjaroARM & Deepin
This commit is contained in:
@@ -274,9 +274,9 @@ func CheckDependencies(logger *Logger) (bool, error) {
|
||||
distroInfo := GetLinuxDistroInfo()
|
||||
|
||||
switch distroInfo.Distribution {
|
||||
case Ubuntu, Debian, Zorin, Parrot, Linuxmint, Elementary, Kali, Neon:
|
||||
case Ubuntu, Debian, Zorin, Parrot, Linuxmint, Elementary, Kali, Neon, Deepin:
|
||||
libraryChecker = DpkgInstalled
|
||||
case Arch, Manjaro, ArcoLinux:
|
||||
case Arch, ArcoLinux, Manjaro, ManjaroARM:
|
||||
libraryChecker = PacmanInstalled
|
||||
case CentOS, Fedora:
|
||||
libraryChecker = RpmInstalled
|
||||
|
||||
Reference in New Issue
Block a user