Skip to content

Commit 69e3a1d

Browse files
committed
README.md: +
1 parent a444fce commit 69e3a1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# `linuxdeploy-plugin-nop`
2+
3+
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

Comments
 (0)