mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Set AUMID manually for legacy processes
This commit is contained in:
parent
a76f0012df
commit
3d56571644
@ -121,6 +121,11 @@ public class Main {
|
|||||||
configureLicense(f);
|
configureLicense(f);
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// manually set AUMID for legacy processes
|
||||||
|
if (isWindowsApp()) {
|
||||||
|
WinAppUtilities.initializeApplication(getApplicationName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int status = new ArgumentProcessor().run(args);
|
int status = new ArgumentProcessor().run(args);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user