Add option to build rosettax87 locally (#9)

Reviewed-on: #9
This commit is contained in:
2025-07-25 22:00:00 +00:00
parent d03c5ee7cc
commit 14db7719a3
10 changed files with 286 additions and 87 deletions

View File

@@ -137,7 +137,7 @@ func createBottomBar(myWindow fyne.Window) fyne.CanvasObject {
})
// Git button
gitButton := widget.NewButton("Source Code", func() {
gitButton := widget.NewButton("Website", func() {
githubURL := "https://git.burkey.co/eburk/epochsilicon"
parsedURL, err := url.Parse(githubURL)
if err != nil {