You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a `linuxdeploy` output plugin that does… nothing. It can be used as a minimal template or to prevent `linuxdeploy` from running the default `linuxdeploy-plugin-appimage` plugin. The latter is useful when you want to deploy the AppDir yourself, for example using [appimagetool](https://github.com/AppImage/appimagetool/) with its full complement of CLI flags.
4
+
5
+
## Usage
6
+
7
+
* place [`linuxdeploy-plugin-nop.sh`](linuxdeploy-plugin-nop.sh) next to `linuxdeploy`
8
+
* run `linuxdeploy` with arguments `--appdir your.AppDir ... --ouput nop`
9
+
10
+
`linuxdeploy` will modify `your.AppDir` as it normally does, but will skip packing it into an AppImage.
0 commit comments