Skip to content

Commit 8b32681

Browse files
committed
documentation update
1 parent 1983193 commit 8b32681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/PACKAGING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Perl Distribution Compactor depends on [Module::ScanDeps](https://metacpan.org/p
2222

2323
In this case, the PEB AppImage Maker invokes the [Perl Distribution Compactor](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/compactor.pl), which finds all dependencies of all Perl scripts in the ``{PEB_executable_directory}/resources/app`` directory and copies only the necessary Perl modules.
2424

25-
* packing only a PEB executable with its Qt libraries:
25+
* packing only a PEB executable and its Qt libraries:
2626

2727
```bash
2828
./appimage-maker.sh --no-resources
2929
```
3030

31-
In this case a PEB executable from an AppImage will try to find its application files and folders in the directory of the AppImage.
31+
In this case, a PEB executable from an AppImage will try to find its application files and folders in the directory of the AppImage.
3232

3333
In both modes of operation, the PEB AppImage uses the [linuxdeployqt](https://github.com/probonopd/linuxdeployqt/releases/) tool to detect all Qt dependencies of PEB and build the final image.
3434

0 commit comments

Comments
 (0)