mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[appimage] info: displaying 'unknown' when there is no mapped license
This commit is contained in:
@@ -480,6 +480,9 @@ class AppImageManager(SoftwareManager, SettingsController):
|
||||
if data.get('symlink') and not os.path.islink(data['symlink']):
|
||||
del data['symlink']
|
||||
|
||||
if not data.get("license"):
|
||||
data["license"] = self.i18n["unknown"].lower()
|
||||
|
||||
return data
|
||||
|
||||
def _sort_release(self, rel: tuple):
|
||||
|
||||
Reference in New Issue
Block a user