mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Fix build-lock.json warn
This commit is contained in:
parent
3d9fa1865f
commit
2b2aeb3a18
3 changed files with 34 additions and 0 deletions
26
conf/build-lock.json
Normal file
26
conf/build-lock.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"sources": [
|
||||
{
|
||||
"name": "imagemagick",
|
||||
"version": "?"
|
||||
},
|
||||
{
|
||||
"name": "libheif",
|
||||
"version": "?"
|
||||
},
|
||||
{
|
||||
"name": "libraw",
|
||||
"version": "?"
|
||||
},
|
||||
{
|
||||
"name": "libvips",
|
||||
"version": "?"
|
||||
}
|
||||
],
|
||||
"packages": [
|
||||
{
|
||||
"name": "ffmpeg",
|
||||
"version": "?"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue