mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Fix missing patches
This commit is contained in:
parent
612c06dfbb
commit
986ff28ea4
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ then
|
|||
cp "$install_dir/build/package-lock.json" "$install_dir/live/package-lock.json"
|
||||
cp -r "$install_dir/build/libraries/" "$install_dir/live/libraries/"
|
||||
cp -r "$install_dir/build/services/" "$install_dir/live/services/"
|
||||
cp -r "$install_dir/build/patches/" "$install_dir/live/patches/"
|
||||
|
||||
|
||||
cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/AuthenticationManager.js" "$install_dir/live/services/web/app/src/Features/Authentication/AuthenticationManager.js"
|
||||
cp "$install_dir/build_ldap/ldap-overleaf-sl/sharelatex/ContactController.js" "$install_dir/live/services/web/app/src/Features/Contacts/ContactController.js"
|
||||
|
|
Loading…
Reference in a new issue