[appimage] refactoring: removing '/' from INSTALLATION_PATH constant

This commit is contained in:
Vinicius Moreira
2021-11-29 10:45:10 -03:00
parent ab302d460b
commit 9f4e08e29c
4 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ class AppImage(SoftwarePackage):
if self.install_dir:
return self.install_dir
elif self.name:
return INSTALLATION_PATH + self.name.lower()
return f'{INSTALLATION_PATH}/{self.name.lower()}'
def get_disk_icon_path(self):
return self.icon_path