commit 105de1b40120f69725314b1213286fda7362cce9
Author: Luan Vitor Simião Oliveira <luanv.oliveira(a)outlook.com>
Date: Tue Aug 27 15:25:12 2024 -0300
Update wrapper: forward script arguments
this will allow users to add arguments such as --start-minimized to
the .desktop file without changing the executable path
wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wrapper.sh b/wrapper.sh
index 747b718..cdb0f7e 100755
--- a/wrapper.sh
+++ b/wrapper.sh
@@ -7,4 +7,4 @@ DISCORD_BIN=$(dirname $(readlink -f $0))/Discord
/usr/lib64/discord/disable-breaking-updates.py
# Launch discord
-exec "$DISCORD_BIN"
+exec "$DISCORD_BIN" "$@"
Show replies by date