Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mijorus/appimage-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mijorus committed Jun 5, 2023
2 parents f9cda9d + 2c9aa61 commit 1c4875d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/AppImageProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def _extract_appimage(self, el: AppImageListElement) -> str:
# The following code has been commented because uses appimage's built in extract method,
# however not all the appimages support it.
#
# Instead, we use p7zip to extract the contect of the appimage bundle
# Instead, we use p7zip to extract the content of the appimage bundle

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

Expand Down Expand Up @@ -566,4 +566,4 @@ def _make_file_executable(self, el: AppImageListElement, file_path: str):
logging.debug('Chmod file ' + file_path)
os.chmod(el.file_path, 0o755)
else:
raise InternalError(message=_('Cannot load an untrusted AppImage'))
raise InternalError(message=_('Cannot load an untrusted AppImage'))

0 comments on commit 1c4875d

Please sign in to comment.