Skip to content

Commit

Permalink
fixed an error when opening apps from dnd
Browse files Browse the repository at this point in the history
  • Loading branch information
mijorus committed Jun 6, 2023
1 parent b7e60a6 commit cebffbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/AppImageProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,12 @@ def create_list_element_from_file(self, file: Gio.File) -> AppImageListElement:

el = AppImageListElement(
name=re.sub('\.appimage$', '', app_name, 1, re.IGNORECASE),
app_id='',
description='',
version='md5: ' + get_file_hash(file),
provider=self.name,
installed_status=InstalledStatus.NOT_INSTALLED,
file_path=file.get_path(),
desktop_entry=None,
icon=None,
local_file=True,
generation=self.get_appimage_generation(file)
)
Expand Down

0 comments on commit cebffbf

Please sign in to comment.