Is there a way to automatically mount icedrive on OS X?

Hi, I use IceDrive on my Mac OS X 15.3 with Icedrive 3.33. Is there a way to automatically mount icedrive on systemboot?
Now I always have to run the app and push the mount button, which is annoying.

1 Like

that’s a good question as the app doesn’t startup automatically on booting

same request for me !

I Have solved it this way:
Create a shell script app in Automator with following content:

#!/bin/bash
open -a /Applications/Icedrive.app --args -startup

And add this app in System Settings to run on startup

as far as i know you can find “load on start” ( or similar ) menu in macOS settings, and add any program that you want
ask GPT, i’m sure he’ll know