Fix cask deployment

This commit is contained in:
Reinhard Pointner 2018-03-03 03:07:26 +07:00
parent 171265cd4f
commit 5e0888c8c3
1 changed files with 1 additions and 1 deletions

View File

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