Skip to content

Commit

Permalink
Change app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippadi committed Jun 16, 2023
1 parent 3ce456e commit 23e4377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WiiWill:
go build

tar:
fyne-cross linux -name "WiiWill" -icon "assets/Icon.svg" -release -app-id "com.github.Pippadi.WiiWill"
fyne-cross linux -name "WiiWill" -icon "assets/Icon.svg" -release -app-id "dev.prithvi.WiiWill"

clean:
go clean
Expand Down
2 changes: 1 addition & 1 deletion ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func New() *UI {
}

func (u *UI) Initialize() (err error) {
u.wwApp = app.NewWithID("com.github.Pippadi.WiiWill")
u.wwApp = app.NewWithID("dev.prithvi.WiiWill")
u.wwApp.Lifecycle().SetOnStopped(func() {
actor.SendStopMsg(u.Inbox())
u.wwApp.Preferences().SetString("MapFile", u.mapEditor.MapFile())
Expand Down

0 comments on commit 23e4377

Please sign in to comment.