From 7e7d03d09990cf8e17091572258f12b77a661d74 Mon Sep 17 00:00:00 2001
From: Pavel Sobolev <contact@paveloom.dev>
Date: Fri, 6 Dec 2024 22:42:40 +0300
Subject: [PATCH 2/2] Don't set `RPATH` in `eddie-tray`.

---
 src/App.Forms.Linux.Tray/build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/App.Forms.Linux.Tray/build.sh b/src/App.Forms.Linux.Tray/build.sh
index 771b2c7..bc1093c 100755
--- a/src/App.Forms.Linux.Tray/build.sh
+++ b/src/App.Forms.Linux.Tray/build.sh
@@ -35,7 +35,6 @@ g++ "$BASEPATH/main.cpp" -fPIC -o "$BASEPATH/bin/eddie-tray" `pkg-config --cflag
 
 strip -S --strip-unneeded "$BASEPATH/bin/eddie-tray" 
 chmod a+x "$BASEPATH/bin/eddie-tray"
-patchelf --set-rpath '$ORIGIN' "$BASEPATH/bin/eddie-tray"
 
 echo "Building eddie-tray - Done"
 exit 0
-- 
2.47.0

