You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Add the "Open here" integration when right-clicking in a folder on macOS.
Solution
Create a workflow and add it to the extraResources list from electron-builder. To install it, we check if the workflow is present in the system (at ~/Library/Services/<workflow>) and if not, we copy it from the extraResources folder.
Add the "Open here" integration when right-clicking in a folder on macOS.
Solution
Create a workflow and add it to the
extraResources
list from electron-builder. To install it, we check if the workflow is present in the system (at~/Library/Services/<workflow>
) and if not, we copy it from theextraResources
folder.PR: #69
The text was updated successfully, but these errors were encountered: