Use linuxdeploy. v2.13.54
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2018 23:31:24 +0000 (00:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Sep 2018 00:18:15 +0000 (01:18 +0100)
cscript

diff --git a/cscript b/cscript
index 0468e6e944a6649918230ebfa041e3f4530ed16f..dc8a419d951a4c41b7d3d7a46f1a64a2cb7242f7 100644 (file)
--- 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))