mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[appimage] replacing manual upgrade icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user