Skip to content

Commit 326391b

Browse files
committed
Preserve symlinks when compressing folder release
1 parent 5e38c3f commit 326391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build_osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TARGET=dist/releases/mapillary_tools-folder-${VERSION}-${OS}-${ARCH}.zip
4040
# package
4141
mkdir -p dist/releases
4242
cd dist/${OS}/
43-
zip -r ../../"$TARGET" mapillary_tools_folder
43+
zip -y -r ../../"$TARGET" mapillary_tools_folder
4444
cd ../../
4545

4646
# sha256

0 commit comments

Comments
 (0)