Skip to content

Commit

Permalink
commented out the gpg line in the appimage creator python file
Browse files Browse the repository at this point in the history
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 18, 2023
1 parent 46888a0 commit ff79fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/AppImage-builder/create_appimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_appimage(dist_path, version, appimage_filename):
"""
generate_appimage_builder_config(dist_path, version, appimage_filename)
create_appimage()
sign_appimage(dist_path, appimage_filename)
#sign_appimage(dist_path, appimage_filename)


def generate_appimage_builder_config(dist_path, version, appimage_filename):
Expand Down

0 comments on commit ff79fc2

Please sign in to comment.