Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
mijorus committed Jun 1, 2023
1 parent f81aa68 commit 919aff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/providers/AppImageProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,6 @@ def _extract_appimage(self, el: AppImageListElement) -> str:

gio_copy(file, dest)

self._make_file_executable(el, dest.get_path())

appimage_extract_support = False

###############################################################################

# The following code has been commented because uses appimage's built in extract method,
Expand All @@ -396,6 +392,10 @@ def _extract_appimage(self, el: AppImageListElement) -> str:
# Instead, we use p7zip to extract the contect of the appimage bundle

###############################################################################

# self._make_file_executable(el, dest.get_path())
# appimage_extract_support = False


# if el.generation == 2:
# try:
Expand Down

0 comments on commit 919aff0

Please sign in to comment.