Skip to content

Commit 352d963

Browse files
committed
Fix variable name
Fixes #27.
1 parent e7db1c7 commit 352d963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ linuxdeploy-plugin-appimage can be configured using environment variables.
4141
- `LDAI_OUTPUT=filename`: change filename of resulting AppImage
4242
- `LDAI_RUNTIME_FILE`: path to custom AppImage runtime appimagetool should use
4343
- `LDAI_NO_APPSTREAM=1`: skip checking AppStream metadata for issues
44-
- `LDAI_APPIMAGE_COMP=...`: compression algorithm appimagetool/mksquashfs should use (e.g., `xz`, `gzip`), see [appimagetool's repository](https://github.com/AppImage/AppImageKit/) for more information
44+
- `LDAI_COMP=...`: compression algorithm appimagetool/mksquashfs should use (e.g., `xz`, `gzip`), see [appimagetool's repository](https://github.com/AppImage/AppImageKit/) for more information
4545
- `LINUXDEPLOY_OUTPUT_APP_NAME`: sets `APPIMAGETOOL_APP_NAME` to configure appimagetool's autogenerated filename prefix
4646
- `LINUXDEPLOY_OUTPUT_VERSION` or `LDAI_VERSION`: version number to pass to appimagetool (will be included in the root desktop file to be picked up by desktop integration tools and, if `$LDAI_OUTPUT` is not set, will be included in appimagetool's autogenerated output filename)

0 commit comments

Comments
 (0)