mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
Revert "[flatpak] try: fixing missing runtime installation"
This reverts commit dc370a2955.
This commit is contained in:
@@ -297,7 +297,7 @@ class FlatpakManager(SoftwareManager, SettingsController):
|
||||
|
||||
try:
|
||||
if req.pkg.update_component:
|
||||
res, _ = ProcessHandler(watcher).handle_simple(flatpak.install(app_id=req.pkg.id,
|
||||
res, _ = ProcessHandler(watcher).handle_simple(flatpak.install(app_id=ref,
|
||||
installation=req.pkg.installation,
|
||||
origin=req.pkg.origin,
|
||||
version=flatpak_version))
|
||||
|
||||
Reference in New Issue
Block a user