mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
commit
4421c0bde5
4 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ Modern web IRC client designed for self-hosting
|
|||
- Responsive interface
|
||||
- Multi-user support
|
||||
|
||||
**Shipped version:** 4.4.1~ynh1
|
||||
**Shipped version:** 4.4.1~ynh2
|
||||
|
||||
**Demo:** https://demo.thelounge.chat/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Client Web IRC moderne conçu pour l'auto-hébergement
|
|||
- Interface réactive
|
||||
- Support multi-utilisateurs
|
||||
|
||||
**Version incluse :** 4.4.1~ynh1
|
||||
**Version incluse :** 4.4.1~ynh2
|
||||
|
||||
**Démo :** https://demo.thelounge.chat/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "The Lounge"
|
|||
description.en = "Web IRC client"
|
||||
description.fr = "Client Web IRC"
|
||||
|
||||
version = "4.4.1~ynh1"
|
||||
version = "4.4.1~ynh2"
|
||||
|
||||
maintainers = ["rafi59"]
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://thelounge.chat/docs"
|
|||
code = "https://github.com/thelounge/thelounge"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
|
|
|
@ -33,7 +33,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=2
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir=$install_dir
|
||||
ynh_setup_source --dest_dir=$install_dir --full_replace=1
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue