mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
build(macos): quote SHOULD_SIGN env expansion in install script (#5185)
This commit is contained in:
@@ -60,7 +60,7 @@ else()
|
||||
endif()
|
||||
|
||||
# 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
|
||||
set(_fw_dir \"\${_app}/Contents/Frameworks\")
|
||||
if(EXISTS \"\${_fw_dir}\")
|
||||
|
||||
Reference in New Issue
Block a user