Skip to content

Commit

Permalink
Finally, automatic updates! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
raphtlw committed May 14, 2022
1 parent c9a3d6c commit 1f57637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions M1necraft/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ struct SettingsView: View {
}
}
}

Button("Check for Updates") {
updater.checkForUpdates()
}
}
}
.padding(.all, 20)
Expand Down

0 comments on commit 1f57637

Please sign in to comment.