From c19fe9ce6208070bbf9f3ed084ef6a1ee5a96d52 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Thu, 11 Apr 2024 20:36:17 +0300 Subject: [PATCH] New fix for executable. Potentially fix #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 23bd71f..11e9d5e 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