mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
HEIC: Upgrade libheif from v1.18.1 to v1.18.2 #4439
This commit is contained in:
2
scripts/dist/install-libheif.sh
vendored
2
scripts/dist/install-libheif.sh
vendored
@@ -15,7 +15,7 @@ fi
|
||||
DESTDIR=$(realpath "${1:-/usr/local}")
|
||||
|
||||
# In addition, you can specify a custom version to be installed as the second argument.
|
||||
LIBHEIF_VERSION=${2:-v1.18.1}
|
||||
LIBHEIF_VERSION=${2:-v1.18.2}
|
||||
|
||||
# Determine the system architecture.
|
||||
if [[ $PHOTOPRISM_ARCH ]]; then
|
||||
|
Reference in New Issue
Block a user