From 9b2d6c3fee3555f87f0d2c15763293f5892055cb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Sep 2018 00:31:24 +0100 Subject: Use linuxdeploy. --- cscript | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.2.3