From bc933d2c796ae3562f3780029cf3d81d33417edb Mon Sep 17 00:00:00 2001 From: pavel Date: Fri, 13 Feb 2026 18:16:59 +0100 Subject: [PATCH] fix --- .forgejo/workflows/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml index 47fc91f..4a4e218 100644 --- a/.forgejo/workflows/pipeline.yaml +++ b/.forgejo/workflows/pipeline.yaml @@ -34,6 +34,7 @@ jobs: export XDG_RUNTIME_DIR=/run/user/$(id -u) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus systemctl --user stop discord - cp target/release/discord ~/discord/discord + mkdir -p ~/discord + cp target/release/chattz ~/discord/discord chmod +x ~/discord/discord systemctl --user start discord \ No newline at end of file