mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Add docker and aur to known deployments
This commit is contained in:
parent
57a14afad0
commit
8ed8abeb72
@ -93,7 +93,7 @@ public final class Settings {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user