build scripts
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (pull_request) Has been cancelled
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (pull_request) Has been cancelled
This commit is contained in:
2
main.go
2
main.go
@@ -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)
|
||||
|
Reference in New Issue
Block a user