diff --git a/build.xml b/build.xml
index acc1bc67..4e6a4195 100644
--- a/build.xml
+++ b/build.xml
@@ -73,7 +73,7 @@
-
+
@@ -84,6 +84,8 @@
+
+
@@ -92,6 +94,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -367,7 +392,7 @@
-
+
@@ -531,6 +556,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/installer/app/filebot.icns b/installer/app/filebot.icns
new file mode 100644
index 00000000..f9195713
Binary files /dev/null and b/installer/app/filebot.icns differ
diff --git a/source/net/filebot/Settings.java b/source/net/filebot/Settings.java
index 239a5761..7016c5b8 100644
--- a/source/net/filebot/Settings.java
+++ b/source/net/filebot/Settings.java
@@ -96,7 +96,7 @@ public final class Settings {
}
public static boolean isMacApp() {
- return isApplicationDeployment("mas", "cask");
+ return isApplicationDeployment("mas", "app");
}
public static boolean isMacSandbox() {