Create the app image using the ".appimage" extension.
Fix kiwix/kiwix-desktop#19
This commit is contained in:
parent
afc6bf0907
commit
c256857e01
|
@ -112,7 +112,7 @@ def create_app_image():
|
||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
pass
|
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))
|
print_message("Copy AppImage to {}".format(archive_dir/app_name))
|
||||||
shutil.copy(str(HOME/'Kiwix-x86_64.AppImage'), str(archive_dir/app_name))
|
shutil.copy(str(HOME/'Kiwix-x86_64.AppImage'), str(archive_dir/app_name))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue