Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api:
generate_logo
fix using the simpler logo on all Ubuntu versions
rather than using `package_latest_version` on `libicu-dev` which would be somewhat slow, check the binary of `libicudata.so` and see which version it is symlinked to if the binary `libicudata.so` is not in the expected location, assume the version is lower than Unicode 13 and use the simpler logo
- Loading branch information
2a083b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious about the choice to use bc to perform the comparison here.
2a083b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bash can't compare numbers with decimals.
The .so file end links look like .so.70.2