Updated the version to show codeName which is provided by the current branch.

This commit is contained in:
Storm Dragon
2024-12-06 14:06:29 -05:00
parent 8e4cbc2fd5
commit e3a9937778
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ class command():
def run(self):
try:
self.env['runtime']['outputManager'].presentText(f'Fenrir screen reader version {fenrirVersion.version}', interrupt=True)
self.env['runtime']['outputManager'].presentText(f'Fenrir screen reader version {fenrirVersion.version}-{fenrirVersion.codeName}', interrupt=True)
except exception as e:
self.env['runtime']['outputManager'].presentText(_('Version information is unavailable.'), interrupt=True)