mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
File.separatorChar != '/'
This commit is contained in:
parent
3d56571644
commit
69282fe524
@ -85,7 +85,7 @@ public final class Settings {
|
||||
}
|
||||
|
||||
public static boolean isWindowsApp() {
|
||||
return isApplicationDeployment("appx", "msi", "zip");
|
||||
return File.separatorChar != '/' || isApplicationDeployment("appx", "msi", "zip");
|
||||
}
|
||||
|
||||
public static boolean isUbuntuApp() {
|
||||
|
Loading…
Reference in New Issue
Block a user