From 4b3ac80a88eae548368b7c5726dfb41fd3bd2b67 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 17 Dec 2018 16:43:02 +0700 Subject: [PATCH] MAS does not support or allow command-line applications and may run executables with strange arguments for no apparent reason (e.g. filebot.launcher -psn_0_774333) so we ignore arguments completely in this case --- build.xml | 3 +++ source/net/filebot/Main.java | 2 +- source/net/filebot/cli/ArgumentBean.java | 9 +++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 9991e46e..d17b3005 100644 --- a/build.xml +++ b/build.xml @@ -223,6 +223,9 @@