Update repo URL (#224)

This commit is contained in:
s1099
2026-07-16 02:54:14 +05:30
committed by GitHub
parent 1be009ce40
commit 3da7ae7d70
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ public partial class MainWindow : Window
{
Process.Start(new ProcessStartInfo
{
FileName = "https://github.com/par274/sharpemu",
FileName = "https://github.com/sharpemu/sharpemu",
UseShellExecute = true
});
};