Skip to content

Commit

Permalink
Add extra level of warning when building .debs
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Oct 1, 2024
1 parent 598740a commit 7c10d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/linux/build-deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def main():
destination = root / "deb_dist" / f"dangerzone_{version}-{deb_ver}_{arch}.deb"
shutil.move(item, destination)
print(f"sudo dpkg -i {destination}")
else:
raise RuntimeError("Could not find the required .deb files")


if __name__ == "__main__":
Expand Down

0 comments on commit 7c10d6b

Please sign in to comment.