From 84627cd27f8a1c7617834b990d340fac36e967c4 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Wed, 10 Apr 2024 13:29:01 +0300 Subject: [PATCH] Fix executable for multiple arguments #71 --- templates/yandex-music.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/yandex-music.sh b/templates/yandex-music.sh index 4098ac6..23bd71f 100644 --- a/templates/yandex-music.sh +++ b/templates/yandex-music.sh @@ -22,4 +22,4 @@ fi ELECTRON_BIN=${ELECTRON_CUSTOM_BIN:-%electron_path%} -exec "${ELECTRON_BIN}" /usr/lib/yandex-music/yandex-music.asar "${ELECTRON_ARGS}" "${WAYLAND_FLAGS}" \ No newline at end of file +exec "${ELECTRON_BIN}" "/usr/lib/yandex-music/yandex-music.asar" "${ELECTRON_ARGS} ${WAYLAND_FLAGS}" \ No newline at end of file