1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 08:15:24 +02:00

fix/scripts: replace build assets symlink with copy (#11205)

This commit is contained in:
K.B.Dharun Krishna 2023-10-24 14:47:53 +05:30 committed by GitHub
parent 4f5f6233a7
commit a8d6441ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ function build_translation_archives {
done
cd "$target_directory"
ln -s tldr-pages.zip tldr-pages.en.zip
cp -r tldr-pages.zip tldr-pages.en.zip
}
###################################