mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
Set AUMID manually for legacy processes
This commit is contained in:
parent
5fcc6f3212
commit
da26c42c01
@ -121,11 +121,11 @@ public class Main {
|
|||||||
configureLicense(f);
|
configureLicense(f);
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
// set AUMID manually for legacy processes
|
// set AUMID manually for legacy processes
|
||||||
if (isWindowsApp() && !isUWP()) {
|
if (isWindowsApp()) {
|
||||||
WinAppUtilities.setAppUserModelID(getApplicationName());
|
WinAppUtilities.setAppUserModelID(getApplicationName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int status = new ArgumentProcessor().run(args);
|
int status = new ArgumentProcessor().run(args);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user