Skip to content

Commit

Permalink
Throw nicer error on missing zsyncmake
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBrokenRail authored and azubieta committed Jun 21, 2022
1 parent b11ea6d commit a996abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimagebuilder/modules/prime/appimage_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _patch_appimage(self, offset, data):

def _generate_zsync_file(self):
if self.config["update-information"]:
zsyncmake_bin = shutil.which("zsyncmake")
zsyncmake_bin = shell.require_executable("zsyncmake")
command = [
zsyncmake_bin,
"-u",
Expand Down

0 comments on commit a996abe

Please # to comment.