1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Fix build-lock.json warn
Some checks failed
Create master promotion pull request / masterPromotion (push) Waiting to run
YunoHost apps package linter / test (push) Has been cancelled

This commit is contained in:
Sylvain 2024-07-19 22:37:20 +02:00
parent 3d9fa1865f
commit 2b2aeb3a18
3 changed files with 34 additions and 0 deletions

26
conf/build-lock.json Normal file
View file

@ -0,0 +1,26 @@
{
"sources": [
{
"name": "imagemagick",
"version": "?"
},
{
"name": "libheif",
"version": "?"
},
{
"name": "libraw",
"version": "?"
},
{
"name": "libvips",
"version": "?"
}
],
"packages": [
{
"name": "ffmpeg",
"version": "?"
}
]
}

View file

@ -64,6 +64,10 @@ ynh_add_config --template="env-machine-learning" --destination="$install_dir/env
chmod 600 "$install_dir/env-machine-learning"
chown $app:$app "$install_dir/env-machine-learning"
ynh_add_config --template="build-lock.json" --destination="$install_dir/app/build-lock.json"
chmod 600 "$install_dir/app/build-lock.json"
chown $app:$app "$install_dir/app/build-lock.json"
#=================================================
# SYSTEM CONFIGURATION
#=================================================

View file

@ -68,6 +68,10 @@ ynh_add_config --template="env-machine-learning" --destination="$install_dir/env
chmod 600 "$install_dir/env-machine-learning"
chown $app:$app "$install_dir/env-machine-learning"
ynh_add_config --template="build-lock.json" --destination="$install_dir/app/build-lock.json"
chmod 600 "$install_dir/app/build-lock.json"
chown $app:$app "$install_dir/app/build-lock.json"
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================