build(macos): quote SHOULD_SIGN env expansion in install script (#5185)
This commit is contained in:
@@ -60,7 +60,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# SHOULD_SIGN is set only when publish_release is true or when manually building
|
# SHOULD_SIGN is set only when publish_release is true or when manually building
|
||||||
if(\$ENV{SHOULD_SIGN} STREQUAL \"true\")
|
if(\"\$ENV{SHOULD_SIGN}\" STREQUAL \"true\")
|
||||||
# Sign anything inside Contents/Frameworks
|
# Sign anything inside Contents/Frameworks
|
||||||
set(_fw_dir \"\${_app}/Contents/Frameworks\")
|
set(_fw_dir \"\${_app}/Contents/Frameworks\")
|
||||||
if(EXISTS \"\${_fw_dir}\")
|
if(EXISTS \"\${_fw_dir}\")
|
||||||
|
|||||||
Reference in New Issue
Block a user