https://github.com/unsecretised/rustcast/blob/72118536c10065fb5e0107e251706b9837abc115/src/app/menubar.rs#L60 hardcodes resources
"/Applications/Rustcast.app/Contents/Resources/icon.png"
which is a mistake since users can freely move the app around and install in other locations.
Instead it should reference the dynamic location of the app
https://github.com/unsecretised/rustcast/blob/72118536c10065fb5e0107e251706b9837abc115/src/app/menubar.rs#L60 hardcodes resources
"/Applications/Rustcast.app/Contents/Resources/icon.png"
which is a mistake since users can freely move the app around and install in other locations.
Instead it should reference the dynamic location of the app