summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-24 00:31:24 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-24 01:18:15 +0100
commit9b2d6c3fee3555f87f0d2c15763293f5892055cb (patch)
treeba2609e65db00f220ba4cd3422660e77abc7a3c1
parent680f80fef12c78e26925d4c57b60e8c64570dfcd (diff)
Use linuxdeploy.v2.13.54
-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))