Use the kiwix.desktop file and the icon in the kiwix-desktop sources.

No need anymore to generate one or take a random image.
This commit is contained in:
Matthieu Gautier
2018-08-03 15:18:19 +02:00
parent 2024dae4c8
commit 0d3ea8eaa5
2 changed files with 9 additions and 17 deletions

View File

@ -97,7 +97,7 @@ def run_kiwix_build(target, platform,
def create_app_image():
command = ['kiwix-build/scripts/create_kiwix-desktop_appImage.sh',
str(BASE_DIR/'INSTALL'), str(HOME/'AppDir')]
str(BASE_DIR/'INSTALL'), str(HOME/'SOURCE'/'kiwix-desktop'), str(HOME/'AppDir')]
print_message("Build AppImage of kiwix-desktop")
subprocess.check_call(command, cwd=str(HOME))
if make_release: