diff options
author | Saturneric <[email protected]> | 2022-03-19 08:14:28 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-03-19 08:14:28 +0000 |
commit | 084d44ba525f1dd72cd1eafcef87f749108a1e9b (patch) | |
tree | 43e396c70432eeaf64345f08340f6409022143a8 /README.md | |
parent | <fix>(doc): Fix code for multilingual support (diff) | |
download | GpgFrontend-084d44ba525f1dd72cd1eafcef87f749108a1e9b.tar.gz GpgFrontend-084d44ba525f1dd72cd1eafcef87f749108a1e9b.zip |
<fix>(doc, ci): Adjust deb package generation settings.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ Build the code and make the deb package. ```shell $ cd GpgFrontend $ mkdir build && cd build -$ cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" -DGENERATE_LINUX_INSTALL_SOFTWARE=ON .. +$ cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" -DGPGFRONTEND_GENERATE_LINUX_INSTALL_SOFTWARE=ON .. $ ninja $ ninja package ``` |