1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Add docker and aur to known deployments

This commit is contained in:
Reinhard Pointner 2018-07-31 14:29:32 +07:00
parent 57a14afad0
commit 8ed8abeb72

View File

@ -93,7 +93,7 @@ public final class Settings {
} }
public static boolean isLinuxApp() { public static boolean isLinuxApp() {
return isApplicationDeployment("snap", "deb", "tar", "docker", "spk", "qpkg", "aur"); return isApplicationDeployment("snap", "deb", "tar", "spk", "qpkg", "docker", "aur");
} }
public static boolean isMacApp() { public static boolean isMacApp() {