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

Fix bin file

This commit is contained in:
Andrey Onishchenko 2024-03-14 14:00:22 +03:00
parent f4e5952bbe
commit ae59e6afde

View File

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