summarylogtreecommitdiffstats
path: root/slimjet-browser
diff options
context:
space:
mode:
Diffstat (limited to 'slimjet-browser')
-rwxr-xr-xslimjet-browser2
1 files changed, 1 insertions, 1 deletions
diff --git a/slimjet-browser b/slimjet-browser
index 4e6d44e81ec0..6817de476123 100755
--- a/slimjet-browser
+++ b/slimjet-browser
@@ -10,7 +10,7 @@ if [[ $(id -u) -eq 0 ]]; then
--num-raster-threads=4 --disable-smooth-scrolling \
--enable-features=PasswordExport --flag-switches-end $@ &
else
- /usr/share/flashpeak-slimjet $@ &
+ /usr/share/slimjet/flashpeak-slimjet $@ &
fi
wait $!
exit $?