karaggeorge / macos-audio-devices

Get, set and configure the Audio Devices on macOS
MIT License
166 stars 17 forks source link

Upgrade electron-util to 0.17.2 #29

Open stefansundin opened 1 year ago

stefansundin commented 1 year ago

Hello,

I tried to use yarn link to use my local build of this package but yarn complained that the electron-util version was mismatched with the one that I was sourcing from my own package.json file. So I had to bump it.

For some reason it doesn't complain when I use the npm version of this package. I don't really know why.

It seems like fixPathForAsarUnpack hasn't changed in the latest version so I think the upgrade should just work.