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