def find_updates(self, verbose=True):
""" Run check_update and as user whether to update. """
if self.check_update():
if tkMessageBox.askyesno('Download update', 'An updated version of PIEFACE exists, do you want to download it?'):
webbrowser.open('https://github.com/jcumby/PIEFACE/releases/latest')
else:
if verbose:
tkMessageBox.showinfo('Update','PIEFACE is up to date')
评论列表
文章目录