mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 20:05:04 -05:00
Add docker and aur to known deployments
This commit is contained in:
parent
4156f6fba7
commit
57a14afad0
@ -93,7 +93,7 @@ public final class Settings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isLinuxApp() {
|
public static boolean isLinuxApp() {
|
||||||
return isApplicationDeployment("snap", "deb", "tar", "spk", "qpkg");
|
return isApplicationDeployment("snap", "deb", "tar", "docker", "spk", "qpkg", "aur");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isMacApp() {
|
public static boolean isMacApp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user