fix: disk cache keeps enabled even with --disk-cache=0 | improving snaps launching | arch gem label as 'AUR' for now

This commit is contained in:
Vinicius Moreira
2019-09-19 18:04:04 -03:00
parent c8417b5315
commit 446463bddb
11 changed files with 52 additions and 16 deletions

View File

@@ -175,4 +175,4 @@ class SnapManager(SoftwareManager):
return True
def launch(self, pkg: SnapApplication):
snap.run(pkg)
snap.run(pkg, self.context.logger)