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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,6 @@ linuxdeploy-plugin-appimage can be configured using environment variables.
41
41
-`LDAI_OUTPUT=filename`: change filename of resulting AppImage
42
42
-`LDAI_RUNTIME_FILE`: path to custom AppImage runtime appimagetool should use
43
43
-`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
45
45
-`LINUXDEPLOY_OUTPUT_APP_NAME`: sets `APPIMAGETOOL_APP_NAME` to configure appimagetool's autogenerated filename prefix
46
46
-`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