aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
diff options
context:
space:
mode:
authorAndrey Filipenkov <decapitator@ukr.net>2023-11-01 14:11:08 +0300
committerAndrey Filipenkov <decapitator@ukr.net>2023-11-01 14:13:40 +0300
commit21467dc9824763e805d96b3a628867627c9e8214 (patch)
treea7987f0488a195085dbafaf152acd2291a4e6c67 /cmake/scripts
parent3b554dc690b6a11159da30cc32a898916a3e67dc (diff)
use new variables in scripts
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/osx/Install.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/scripts/osx/Install.cmake b/cmake/scripts/osx/Install.cmake
index 5807428384..9c62a7a996 100644
--- a/cmake/scripts/osx/Install.cmake
+++ b/cmake/scripts/osx/Install.cmake
@@ -63,9 +63,8 @@ add_custom_target(dmg
${CMAKE_BINARY_DIR}/tools/darwin/packaging/osx/Codesign.command
COMMAND "CODESIGNING_FOLDER_PATH=$<TARGET_BUNDLE_DIR:${APP_NAME_LC}>"
"APP=$<TARGET_BUNDLE_DIR:${APP_NAME_LC}>"
- "DEV_ACCOUNT=${DEV_ACCOUNT}"
- "DEV_ACCOUNT_PASSWORD=${DEV_ACCOUNT_PASSWORD}"
- "DEV_TEAM=${DEV_TEAM}"
+ "NOTARYTOOL_KEYCHAIN_PROFILE=${NOTARYTOOL_KEYCHAIN_PROFILE}"
+ "NOTARYTOOL_KEYCHAIN_PATH=${NOTARYTOOL_KEYCHAIN_PATH}"
"EXPANDED_CODE_SIGN_IDENTITY_NAME=${CODE_SIGN_IDENTITY}"
"PLATFORM_NAME=${PLATFORM}"
"XCODE_BUILDTYPE=${CMAKE_CFG_INTDIR}"