1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix getting the source files depending on the architecture

This commit is contained in:
OniriCorpe 2022-03-14 23:06:30 +01:00
parent ec090ba95b
commit 5e9a5d25f7

View file

@ -129,8 +129,10 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."
architecture=$YNH_ARCH
# 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="$final_path" ynh_setup_source --dest_dir="$final_path" --source_id=$architecture
fi fi
# FIXME: this should be managed by the core in the future # FIXME: this should be managed by the core in the future