build scripts
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (pull_request) Has been cancelled

This commit is contained in:
2025-07-22 13:42:30 -07:00
parent abb9f3a0e5
commit 1b07d8ecc6
8 changed files with 50 additions and 55 deletions

View File

@@ -11,7 +11,7 @@ import (
const appVersion = "0.1.0"
func main() {
PEApp := app.NewWithID("com.eburk.epochsilicon")
PEApp := app.NewWithID("com.burkey.epochsilicon")
PEWindow := PEApp.NewWindow("EpochSilicon v" + appVersion)
PEWindow.Resize(fyne.NewSize(650, 500))
PEWindow.SetFixedSize(true)