From 0a0c1df0cef83dbb5034b128bd049b7db2124be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Mar 2023 21:02:05 +0100 Subject: [PATCH] Update scripts/install Co-authored-by: Alexandre Aubin --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b83738d..a6859dd 100644 --- a/scripts/install +++ b/scripts/install @@ -18,8 +18,8 @@ ynh_script_progression --message="Setting up source files..." --weight=4 ynh_setup_source --dest_dir=$install_dir pushd "$install_dir" - gzip --decompress $YNH_ARCH.gz - mv $YNH_ARCH $app + gzip --decompress main.gz + mv main $app popd chmod -R o-rwx "$install_dir"