Create the app image using the ".appimage" extension.

Fix kiwix/kiwix-desktop#19
This commit is contained in:
Matthieu Gautier 2018-08-03 15:26:37 +02:00
parent afc6bf0907
commit c256857e01
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def create_app_image():
except FileExistsError:
pass
app_name = "kiwix-desktop_x86_64_{}".format(postfix)
app_name = "kiwix-desktop_x86_64_{}.appimage".format(postfix)
print_message("Copy AppImage to {}".format(archive_dir/app_name))
shutil.copy(str(HOME/'Kiwix-x86_64.AppImage'), str(archive_dir/app_name))