summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 0468e6e94..dc8a419d9 100644
--- a/cscript
+++ b/cscript
@@ -604,6 +604,7 @@ def make_appimage(target, nice_name, internal_name, version):
print('Name=%s' % nice_name, file=f)
print('Icon=%s' % internal_name, file=f)
target.command('cp graphics/linux/256/%s.png build/%s.AppDir' % (internal_name, nice_filename))
+ target.command('linuxdeploy-x86_64.AppImage --appdir build/%s.AppDir' % nice_filename)
target.command('appimagetool-x86_64.AppImage build/%s.AppDir' % nice_filename)
target.command('mv %s-x86_64.AppImage build/%s-%s-x86_64.AppImage' % (nice_filename, nice_filename, version))
return os.path.abspath('build/%s-%s-x86_64.AppImage' % (nice_filename, version))