diff --git a/templates/yandex-music.sh b/templates/yandex-music.sh index b85d6a7..1a1ac59 100644 --- a/templates/yandex-music.sh +++ b/templates/yandex-music.sh @@ -25,4 +25,4 @@ if [ -z "$ELECTRON_BIN" ]; then exit 1 fi -exec "${ELECTRON_BIN}" "${ELECTRON_ARGS}" "${WAYLAND_FLAGS}" /usr/lib/yandex-music/app.asar \ 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