1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-08 20:39:44 -05:00

Make a separate PKG build so we can have APP bundles with and without embedded JRE (i.e. no embedded JRE for brew cask automatic install)

This commit is contained in:
Reinhard Pointner 2018-06-25 17:28:41 +07:00
parent f8ad7794df
commit 55507f218a

View File

@ -98,7 +98,7 @@ public final class Settings {
}
public static boolean isMacApp() {
return isApplicationDeployment("mas", "app");
return isApplicationDeployment("mas", "app", "pkg");
}
public static boolean isMacSandbox() {