File does not contain a valid CIL file

Hi - having trouble getting Duplicati to start on Endeavour/Arch. It used to work for me, but now I get:

“$mono duplicati

Cannot open assembly ‘duplicati’: File does not contain a valid CIL file.”

I’ve updated my system to latest versions, but didn’t help. Installed is:

mono 6.12.0.206-1

duplicati-bin 2.2.0.3-1

Any thoughts on what I can try?
Thanks

Since the 2.1 release Mono is no longer required to run Duplicati.
We now bundle the full .NET runtime with Duplicati, so you just run it like any other command:

> duplicati

Besides being easier to use, it is also faster and more stable :smiley:

Well, that was easy,

./duplicati

did the trick.

Thanks