Results 2 comments of Semyon

Hi @ahossny, installed the build, but it says dotnet runtime is missing. ![Screenshot 2025-04-03 185825](https://github.com/user-attachments/assets/6d8bc3d5-f526-4a57-907e-c1779fe00520) ![Screenshot 2025-04-03 190753](https://github.com/user-attachments/assets/e11634ae-27fa-4613-9bb0-e9b2d6170ca3)

@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...