HEIF: Remove heif-convert.sh script from Makefile #2726
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
f233f41b77
commit
cb77ff83a3
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -101,7 +101,6 @@ install:
|
|||
rsync -r -l --safe-links --exclude-from=assets/.buildignore --chmod=a+r,u+rw ./assets/ $(DESTDIR)/assets
|
||||
wget -O $(DESTDIR)/assets/static/img/wallpaper/welcome.jpg https://cdn.photoprism.app/wallpaper/welcome.jpg
|
||||
wget -O $(DESTDIR)/assets/static/img/preview.jpg https://cdn.photoprism.app/img/preview.jpg
|
||||
cp scripts/dist/heif-convert.sh $(DESTDIR)/bin/heif-convert
|
||||
cp internal/config/testdata/*.yml $(DESTDIR)/config/examples
|
||||
chown -R $(INSTALL_USER) $(DESTDIR)
|
||||
chmod -R $(INSTALL_MODE) $(DESTDIR)
|
||||
|
|
Loading…
Reference in a new issue