Skip to content

Commit 31428d5

Browse files
committed
documentation update
1 parent a29510e commit 31428d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/PACKAGING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PEB or any PEB-based application can be easily packed as a 64-bit single-file Li
1818
./appimage-maker.sh --include-resources
1919
```
2020

21-
In this case the [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh) 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.
21+
In this case the PEB AppImage 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.
2222

2323
* packing only a PEB executable with its Qt libraries:
2424

@@ -28,9 +28,9 @@ PEB or any PEB-based application can be easily packed as a 64-bit single-file Li
2828

2929
In this case a PEB executable from an AppImage will try to find its application files and folders in the directory of the AppImage.
3030

31-
In both modes of operation, the [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh) uses the [linuxdeployqt](https://github.com/probonopd/linuxdeployqt/releases/) tool to detect all Qt dependencies of PEB and build the final image.
31+
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.
3232

33-
The [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh) script must be started from the ``{PEB_executable_directory}/sdk`` directory.
33+
The PEB AppImage Maker script must be started from the ``{PEB_executable_directory}/sdk`` directory.
3434

3535
An easy building environment for PEB AppImage executables is the provided [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile).
3636
To build it, type the following command in the PEB project root directory (the directory of the README.md):
@@ -39,19 +39,19 @@ To build it, type the following command in the PEB project root directory (the d
3939
sudo docker build -t peb-appimage-builder .
4040
```
4141

42-
To start the PEB AppImage Builder Docker Container, type the following command in the PEB project root directory (the directory of the README.md):
42+
To start the PEB AppImage Builder Docker Container, type the following command in the PEB project root directory:
4343

4444
```bash
4545
sudo docker container run --rm -it -v $(pwd):/opt --user $(id -u):$(id -g) peb-appimage-builder
4646
```
4747

48-
When [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile) is running, type:
48+
When PEB AppImage Builder Docker Container is running, type:
4949

5050
```bash
5151
cd /opt/sdk
5252
```
5353

54-
To start the [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh), type either:
54+
To start the PEB AppImage Maker, type either:
5555

5656
```bash
5757
./appimage-maker.sh --no-resources

0 commit comments

Comments
 (0)