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 02:08:04 +07:00
parent 4156f6fba7
commit 57a14afad0

View File

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