SuGar0218
Results
2
comments of
SuGar0218
I just tried evaluate by running processes. In C#, System.Diagnostics.Process has a property MainModule which contains a property FileName. By FileName property, we can get the path.
Allowing manual setting is a good option. And I think there is a good solution that MicaForEveryone tries to get an app icon by path from ```Process.MainModule.FileName``` when user added...