aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-04-24 04:37:54 +0000
committerSaturneric <[email protected]>2023-04-24 04:37:54 +0000
commita4fd6b1f4af45b9a094fbc10cb0406bafd931815 (patch)
tree209b3c38a8017dd13acb7858ec57f404090a7275 /src
parentfeat: update the online translation way (diff)
downloadGpgFrontend-a4fd6b1f4af45b9a094fbc10cb0406bafd931815.tar.gz
GpgFrontend-a4fd6b1f4af45b9a094fbc10cb0406bafd931815.zip
fix: tidy up project root directory
Diffstat (limited to '')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e16d40e4..2ecc8cb6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -428,7 +428,7 @@ if (APPLICATION_BUILD)
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
COMMENT "Copying Buddled GnuPG into App Bundle Resource")
set_target_properties(${AppName} PROPERTIES
- XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_SOURCE_DIR}/GpgFrontend.entitlements"
+ XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_SOURCE_DIR}/resource/entitlements/GpgFrontend.entitlements"
)
else()
message(STATUS "Build Application Without App Sandbox")