0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Fix executable for multiple arguments #71

This commit is contained in:
Andrey Onishchenko 2024-04-10 13:29:01 +03:00
parent 2e0ab5fd01
commit 84627cd27f

View File

@ -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}"
exec "${ELECTRON_BIN}" "/usr/lib/yandex-music/yandex-music.asar" "${ELECTRON_ARGS} ${WAYLAND_FLAGS}"