mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05: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);
|
||||
System.exit(0);
|
||||
});
|
||||
|
||||
// manually set AUMID for legacy processes
|
||||
if (isWindowsApp()) {
|
||||
WinAppUtilities.initializeApplication(getApplicationName());
|
||||
}
|
||||
}
|
||||
|
||||
int status = new ArgumentProcessor().run(args);
|
||||
|
Loading…
Reference in New Issue
Block a user