From 69310db954ccec5ff4f315b6d5568f2e08501fd0 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 10 Oct 2024 06:18:29 +0300 Subject: [PATCH] Vesktop was not using for some reason --- apsalar/vesktop | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apsalar/vesktop b/apsalar/vesktop index 2119a2d..1c3ca59 100755 --- a/apsalar/vesktop +++ b/apsalar/vesktop @@ -1,6 +1,6 @@ #!/bin/sh -arRPCdir="$HOME/src/arRPC" -Vesktopdir="$HOME/src/Vesktop" +arRPCdir="$HOME/.local/share/arRPC" +Vesktopdir="$HOME/.local/share/Vesktop" if [ ! $(which node) ]; then echo "Pleases install nodejs and try again." @@ -39,9 +39,9 @@ run_arRPC () { run_vesktop () { echo "Starting Vesktop" - if [ ! -d $HOME/src/Vesktop ]; then install_vesktop; fi - if [ ! -d $HOME/src/Vesktop/dist/linux-unpacked ]; then build_vesktop; fi - cd $HOME/src/Vesktop/dist/linux-unpacked + if [ ! -d $Vesktopdir ]; then install_vesktop; fi + if [ ! -d $Vesktopdir/dist/linux-unpacked ]; then build_vesktop; fi + cd $Vesktopdir/dist/linux-unpacked ./vesktop \ --enable-features=UseOzonePlatform,WaylandWindowDecorations \ --ozone-platform-hint=auto