mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 22:24:14 +02:00
[feature][flatpak] installation level
This commit is contained in:
@@ -19,7 +19,7 @@ class FlatpakApplication(SoftwarePackage):
|
||||
self.runtime = runtime
|
||||
self.commit = commit
|
||||
self.partial = False
|
||||
self.installation = 'system'
|
||||
self.installation = installation if installation else 'system'
|
||||
|
||||
if runtime:
|
||||
self.categories = ['runtime']
|
||||
|
||||
Reference in New Issue
Block a user