diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index d1ec960..424b625 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -31,6 +31,7 @@ exec >> ${logged_in_home}/Downloads/NonSteamLaunchers-install.log 2>&1 # Version number (major.minor) version=v2.99 +# TODO: tighten logic to check whether major/minor version is up-to-date via `-eq`, `-lt`, or `-gt` operators # Check repo releases via GitHub API then display current stable version check_for_updates() { # Set the URL to the GitHub API for the repository