From 9bfe534e554ebd1a9f0b3c8195f32cf08ad6d1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sat, 5 Nov 2022 19:48:48 +0000 Subject: [PATCH] Update install-uvtools.sh --- Scripts/install-uvtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install-uvtools.sh b/Scripts/install-uvtools.sh index bf3147b..641aebb 100644 --- a/Scripts/install-uvtools.sh +++ b/Scripts/install-uvtools.sh @@ -226,7 +226,7 @@ downloaduvtools "$download_url" targetDir="$PWD" [ -d "$HOME/Applications" ] && targetDir="$HOME/Applications" -targetFilePath="$targetDir/$filename" +targetFilePath="$targetDir/UVtools.AppImage" echo "- Removing old versions" rm -f "$targetDir/UVtools_"*".AppImage"