Open
Description
Describe the bug
Hi. We are updating our tool to use the latest release of Neo Express (3.6.94). We downloaded the binaries from the releases page but it's not working. It's killing the application before it starts.
To Reproduce
Steps to reproduce the behavior:
- Using osx-64-arm, download the latest neo-express release.
- Extract the files and try to run
neoxp
- It will fail with a message:
zsh: killed
Expected behavior
It should work.
please complete the following information
- OS: osx-arm64 Ventura 13.2.1 (22D68)
- Version: 3.6.94
Additional context
I believe this can be fixed by updating the .NET version used to build it. Users can also use the following command to 'fix it locally':
codesign --force --deep -s - neoxp
Make sure you run this from the same folder where neoxp is.