Skip to content

Commit e1fbedc

Browse files
authored
Store symbolic links
1 parent a14a8cd commit e1fbedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build_language_framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ xcodebuild -create-xcframework \
6363

6464
# Use zip for compression of the xcframework
6565
status "Compressing AuroraEditorSupportedLanguages.xcframework with zip..."
66-
zip -r -9 "$OUTPUT_PATH.zip" "$OUTPUT_PATH" > "$BUILD_OUTPUT_DESTINATION"
66+
zip -y -r -9 "$OUTPUT_PATH.zip" "$OUTPUT_PATH" > "$BUILD_OUTPUT_DESTINATION"
6767

6868
# Remove the uncompressed xcframework after zipping
6969
rm -rf "$OUTPUT_PATH"

0 commit comments

Comments
 (0)