1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Merge pull request #63 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-07-29 08:03:09 +01:00 committed by GitHub
commit 4421c0bde5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ Modern web IRC client designed for self-hosting
- Responsive interface - Responsive interface
- Multi-user support - Multi-user support
**Shipped version:** 4.4.1~ynh1 **Shipped version:** 4.4.1~ynh2
**Demo:** https://demo.thelounge.chat/ **Demo:** https://demo.thelounge.chat/

View file

@ -24,7 +24,7 @@ Client Web IRC moderne conçu pour l'auto-hébergement
- Interface réactive - Interface réactive
- Support multi-utilisateurs - Support multi-utilisateurs
**Version incluse :** 4.4.1~ynh1 **Version incluse :** 4.4.1~ynh2
**Démo :** https://demo.thelounge.chat/ **Démo :** https://demo.thelounge.chat/

View file

@ -5,7 +5,7 @@ name = "The Lounge"
description.en = "Web IRC client" description.en = "Web IRC client"
description.fr = "Client Web IRC" description.fr = "Client Web IRC"
version = "4.4.1~ynh1" version = "4.4.1~ynh2"
maintainers = ["rafi59"] maintainers = ["rafi59"]
@ -17,7 +17,7 @@ admindoc = "https://thelounge.chat/docs"
code = "https://github.com/thelounge/thelounge" code = "https://github.com/thelounge/thelounge"
[integration] [integration]
yunohost = ">= 11.1.21" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = false ldap = false

View file

@ -33,7 +33,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=2 ynh_script_progression --message="Upgrading source files..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src # 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 fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"