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:
parent
f8ad7794df
commit
55507f218a
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user