1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

new RuntimePermission("canProcessApplicationEvents")

This commit is contained in:
Reinhard Pointner 2016-11-24 16:48:50 +08:00
parent 743ae529b6
commit ec2124f189

View File

@ -91,7 +91,7 @@ public class ExpressionFormatFunctions {
File f = new File(path);
if (!f.isAbsolute()) {
f = ApplicationFolder.UserHome.resolve(path);
f = ApplicationFolder.UserHome.path(path);
}
if (isMacSandbox()) {