Skip to content

Commit

Permalink
We need better fallback metadata to do this right
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jun 27, 2022
1 parent f2d9f37 commit 5218469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/meta.go
Expand Up @@ -5,9 +5,9 @@ import (
)

var meta = fyne.AppMetadata{
ID: "com.example",
Name: "Fyne App",
Version: "1.0.0",
ID: "",
Name: "",
Version: "0.0.1",
Build: 1,
}

Expand Down

0 comments on commit 5218469

Please sign in to comment.