Jenkins: Fix build

This commit is contained in:
richardg867
2022-07-26 19:37:35 -03:00
committed by GitHub
parent e7de5c0c70
commit c4cbd91678

View File

@@ -748,7 +748,7 @@ else
cp "$(which cp)" "build/src/$project.exe"
elif is_mac
then
# Special check during app bundle generation.
: # Special check during app bundle generation.
else
cp "$(which cp)" "build/src/$project"
fi