diff options
Diffstat (limited to 'AppImage')
-rwxr-xr-x | AppImage/curses.yml | 5 | ||||
-rwxr-xr-x | AppImage/gtk.yml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/AppImage/curses.yml b/AppImage/curses.yml index 2989a39..edf9fd0 100755 --- a/AppImage/curses.yml +++ b/AppImage/curses.yml @@ -1,10 +1,5 @@ app: sciteco-curses -# We currently use paths hardcoded at build-time. -# Alternatively, it would be possible to customize the AppRun script or -# add a wrapper that sets $SCITECOPATH. -union: true - ingredients: packages: - sciteco-curses diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml index d49e308..ea233db 100755 --- a/AppImage/gtk.yml +++ b/AppImage/gtk.yml @@ -1,10 +1,5 @@ app: sciteco-gtk -# We currently use paths hardcoded at build-time. -# Alternatively, it would be possible to customize the AppRun script or -# add a wrapper that sets $SCITECOPATH. -union: true - ingredients: packages: - sciteco-gtk |