Skip to content

Commit

Permalink
Emit update-ready after patching, closes itchio/itch#1831
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 12, 2018
1 parent e78e54f commit 7aad025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func (i *Installer) Upgrade(mv Multiverse) error {
err = i.applyPatches(mv, ls, pp)
if err == nil {
log.Printf("Patching went fine!")
Emit(UpdateReady{Version: rs.version})
return nil
}

Expand Down

0 comments on commit 7aad025

Please sign in to comment.