diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-24 00:31:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-24 01:18:15 +0100 |
| commit | 9b2d6c3fee3555f87f0d2c15763293f5892055cb (patch) | |
| tree | ba2609e65db00f220ba4cd3422660e77abc7a3c1 | |
| parent | 680f80fef12c78e26925d4c57b60e8c64570dfcd (diff) | |
Use linuxdeploy.v2.13.54
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |
