mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
HEIC: Default install-libheif.sh to v1.23.1 #5708
This commit is contained in:
parent
95603b8f64
commit
fd02897278
1 changed files with 1 additions and 1 deletions
2
scripts/dist/install-libheif.sh
vendored
2
scripts/dist/install-libheif.sh
vendored
|
|
@ -24,7 +24,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.23.0}
|
||||
LIBHEIF_VERSION=${2:-v1.23.1}
|
||||
|
||||
# Determine target architecture.
|
||||
if [[ $PHOTOPRISM_ARCH ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue