kpcyrd / spotify-launcher

Client for spotify's apt repository in Rust for Arch Linux
Other
198 stars 15 forks source link

WIP: Add an optional exec hook to run after each upstream Spotify update #62

Open victordejong opened 1 month ago

victordejong commented 1 month ago

This PR allows users to configure an executable hook, to be ran after each upstream Spotify update. The hook is blocking, and Spotify will not start before the hook has exited.

This PR implements issue #45.

This PR is a Work in Progress, as I want to discuss and check a couple of things before moving forward:

Should there be any other notable issues, let me know.

victordejong commented 1 month ago

Hi @kpcyrd , thanks a lot for the quick review. Whenever you have time, let me know what you think about the rest of the items for this PR, I'm especially curious what you think about the security implications of this feature.