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
On macOS, if the user removes the downloaded 'app' folder, the dependency of the easydoh.py script is removed with it. The script should be installed into a dedicated path outside of a transient folder location.
The com.elevenpaths.easydoh.json show the following after running a (modified: #2) version of the install.sh script
{
"name": "com.elevenpaths.easydoh",
"description": "Easy DNS over HTTPS agent",
"path": "/Users/<redacted>/Downloads/app/macOS-Linux/easydoh.py",
"type": "stdio",
"allowed_extensions": [ "[email protected]" ]
}
The text was updated successfully, but these errors were encountered:
On macOS, if the user removes the downloaded 'app' folder, the dependency of the easydoh.py script is removed with it. The script should be installed into a dedicated path outside of a transient folder location.
The
com.elevenpaths.easydoh.json
show the following after running a (modified: #2) version of theinstall.sh
scriptThe text was updated successfully, but these errors were encountered: