diff --git a/en/guide/ll-builder/convert.md b/en/guide/ll-builder/convert.md new file mode 100644 index 0000000..a15c9d9 --- /dev/null +++ b/en/guide/ll-builder/convert.md @@ -0,0 +1,76 @@ + + +# convert `appimage` format( `.appimage` or `.AppImage` ) pkg to linglong format( `.layer` or `.uab` ) pkg + +Use `ll-builder convert` to convert `appimage` format( `.appimage` or `.AppImage` ) pkg to linglong format( `.layer` or `.uab` ) pkg. + +View the help information for the `ll-builder convert` command: + +```bash +ll-builder convert --help +``` + +Here is the output: + +```text +Usage: apps/ll-builder/ll-builder [options] convert + +Options: + -v, --verbose show detail log + -h, --help Displays help on commandline + options. + --help-all Displays help including Qt + specific options. + -f, --file <*.deb,*.AppImage(*.appimage)> app package file, it not required option, + you can ignore this option when you + set -u option + -u, --url pkg url, it not required option, + you can ignore this option when you + set -f option + --hs, --hash pkg hash value, it must be used + with --url option + -i, --id the unique name of the app + -n, --name the description the app + -V, --version the version of the app + -d, --description detailed description of the app + -o, --output