diff --git a/manifest.toml b/manifest.toml index 072dd6b..8c8e234 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Transfer.sh" description.en = "Easy and fast file sharing from the command-line" 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"] @@ -17,7 +17,7 @@ code = "https://github.com/dutchcoders/transfer.sh" [integration] yunohost = ">= 11.1.17" -architectures = "all" +architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = "not_relevant" sso = "not_relevant" diff --git a/scripts/install b/scripts/install index f4b4534..52f8330 100755 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers ynh_script_progression --message="Setting up source files..." --weight=4 # 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" chown -R $app:www-data "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index c6e814f..50ca6e5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=5 # 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 chmod -R o-rwx "$install_dir" diff --git a/tests.toml b/tests.toml index e69de29..cbbeef1 100644 --- a/tests.toml +++ b/tests.toml @@ -0,0 +1,3 @@ +test_format = 1.0 + +[default]