From: Carl Hetherington Date: Sun, 23 Sep 2018 23:31:24 +0000 (+0100) Subject: Use linuxdeploy. X-Git-Tag: v2.13.54^0 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=9b2d6c3fee3555f87f0d2c15763293f5892055cb;hp=680f80fef12c78e26925d4c57b60e8c64570dfcd;p=dcpomatic.git Use linuxdeploy. --- 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))