[appimage] replacing manual upgrade icon

This commit is contained in:
Vinicius Moreira
2022-02-25 15:48:47 -03:00
parent 7726ee0bcf
commit c5ce7f9f36
4 changed files with 130 additions and 74 deletions

View File

@@ -23,7 +23,7 @@ class AppImage(SoftwarePackage):
i18n_description_key='appimage.custom_action.manual_update.desc',
manager_method='update_file',
requires_root=False,
icon_path=resource.get_path('img/upgrade.svg', ROOT_DIR),
icon_path=resource.get_path('img/refresh.svg', ROOT_DIR),
requires_confirmation=False),)
return cls.__actions_local_installation