From 27fe2aea865b8b9a3c0833a4be52273d4a4254a1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 18 Sep 2023 08:50:27 -0300 Subject: Fix: tor-browser: install location on trashman_run_with invocation --- share/hoarder/tor-browser/unix/linux/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hoarder/tor-browser/unix/linux/install b/share/hoarder/tor-browser/unix/linux/install index c16af60..9e58b92 100755 --- a/share/hoarder/tor-browser/unix/linux/install +++ b/share/hoarder/tor-browser/unix/linux/install @@ -89,4 +89,4 @@ rm -f $HOME/.local/bin/$APP # Done trashman_installed_at $HOME/.local/share/$APP/$ARCH/latest -trashman_run_with $HOME/.local/bin/$APP-$ARCH/latest +trashman_run_with $HOME/.local/bin/$APP-$ARCH -- cgit v1.2.3