summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-12-12 23:10:07 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-12-12 23:53:32 +0100
commitcfd4f45c3774585014a650339090c7d6d8aa0da5 (patch)
treeceab9561c61e11f4a3d23abd25eef20d06c1ec03
parentAllow clicking notifications on Windows (diff)
downloadnheko-cfd4f45c3774585014a650339090c7d6d8aa0da5.tar.xz
fix macos packages
-rwxr-xr-x.ci/macos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh

index 34dee564..ea6da16d 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh
@@ -20,7 +20,7 @@ cmake -GNinja -S. -Bbuild \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ -DUSE_BUNDLED_OPENSSL=ON \ - -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON \ + -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON -DKDSingleApplication_STATIC=ON \ -DQt6_DIR=${QT_BASEPATH}/lib/cmake \ -DCI_BUILD=ON cmake --build build