Pavel Kuznetsov

Results 4 comments of Pavel Kuznetsov

> Hi @JhonnyAxe . Thanks for the feedback, I've submitted a PR #13393 to fix this issue. But I don't have SetApp, so I haven't tested it (I'm relying on...

> https://developers.raycast.com/basics/create-your-first-extension#build-the-extension > > > Open your terminal, navigate to your extension directory and run npm install && npm run dev. > > Hi @JhonnyAxe, you should build the extension...

> `mdls /Applications/Setapp/Yoink.app | grep kMDItemCFBundleIdentifier` Enter this command in the terminal to see Yoink's bundleId kMDItemCFBundleIdentifier = "at.EternalStorms.Yoink-setapp"

> [yoink.zip](https://github.com/user-attachments/files/16156614/yoink.zip) Yoink did change the bundleId. I've now updated the code to locate Yoink apps directly by app name, no longer based on bundleId, please go ahead and test...