diff options
| author | th-2021 <90853655+th-2021@users.noreply.github.com> | 2022-08-11 10:05:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-11 10:05:54 +0200 |
| commit | 791f7774a5bf86c2783b3a83487a723424bea956 (patch) | |
| tree | 2111f68b6b7acbf428cf19b67b1e0d1dacc897e1 /scripts/linux | |
| parent | e88000aeb0836821b84c4ff66fc5b489d2b6c197 (diff) | |
[cmake] Split OTRGui into it's own target (#1116)
Diffstat (limited to 'scripts/linux')
| -rwxr-xr-x | scripts/linux/appimage/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/linux/appimage/build.sh b/scripts/linux/appimage/build.sh index 86f46fb90..6a98b1924 100755 --- a/scripts/linux/appimage/build.sh +++ b/scripts/linux/appimage/build.sh @@ -1,6 +1,7 @@ #!/bin/bash cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release +cmake --build build-cmake --target OTRGui -- cmake --build build-cmake --config Release -- (cd build-cmake && cpack -G External) |
