1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transfersh_ynh.git synced 2024-09-04 01:35:59 +02:00
This commit is contained in:
Éric Gaspar 2023-04-06 11:19:45 +02:00
parent c32b66668a
commit b4552471c2
4 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "Transfer.sh"
description.en = "Easy and fast file sharing from the command-line" description.en = "Easy and fast file sharing from the command-line"
description.fr = "Partage de fichiers simple et rapide depuis la ligne de commande" description.fr = "Partage de fichiers simple et rapide depuis la ligne de commande"
version = "1.4.0~ynh1" version = "1.5.0~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -17,7 +17,7 @@ code = "https://github.com/dutchcoders/transfer.sh"
[integration] [integration]
yunohost = ">= 11.1.17" yunohost = ">= 11.1.17"
architectures = "all" architectures = ["amd64", "arm64", "armhf"]
multi_instance = true multi_instance = true
ldap = "not_relevant" ldap = "not_relevant"
sso = "not_relevant" sso = "not_relevant"

View file

@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers
ynh_script_progression --message="Setting up source files..." --weight=4 ynh_script_progression --message="Setting up source files..." --weight=4
# 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" --source_id=$YNH_ARCH ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"

View file

@ -33,7 +33,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=5 ynh_script_progression --message="Upgrading source files..." --weight=5
# 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" --source_id=$YNH_ARCH ynh_setup_source --dest_dir="$install_dir"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"

View file

@ -0,0 +1,3 @@
test_format = 1.0
[default]