1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-08 12:28:04 -05:00

File.separatorChar != '/'

This commit is contained in:
Reinhard Pointner 2018-07-23 23:06:32 +07:00
parent 3d56571644
commit 69282fe524

View File

@ -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() {