Add check for available software updates (#118)

* Add feature to check github repo for available updates

* Add Check for Updates to Help menu
This commit is contained in:
2024-08-24 12:12:30 -05:00
committed by GitHub
parent 98ab837057
commit 2548280dcc
4 changed files with 85 additions and 5 deletions

View File

@@ -4,3 +4,5 @@ APP_AUTHOR = "Brett Williams"
APP_DESCRIPTION = "Distributed Render Farm Tools"
APP_COPYRIGHT_YEAR = "2024"
APP_LICENSE = "MIT License"
APP_REPO_NAME = APP_NAME
APP_REPO_OWNER = "blw1138"