Semyon
Semyon
Hi @ahossny, installed the build, but it says dotnet runtime is missing.  
@ahossny, A ShareX.runtimeconfig.json right next to exe is needed with this content: ```javascript { "runtimeOptions": { "tfm": "net8.0", "framework": { "name": "Microsoft.WindowsDesktop.App", "version": "8.0.0" } } } ``` Then the...