From f6315632b41e48c4df2f29096e582e5d71ba9523 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:30:10 -0500 Subject: [PATCH] Update install Fix directory for executable --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 55bf89b..a467126 100644 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")" -mv "$executable" "vikunja" +mv "$executable" "$install_dir/vikunja" chmod +x "$install_dir/vikunja"