Open karazelle opened 4 hours ago
When downloading Daggerfall Unity on macOS 15.1, you may not be able to open the game due to Apple security requirements for downloaded files.
In terminal, you can do: xattr -d com.apple.quarantine DaggerfallUnity.app
xattr -d com.apple.quarantine DaggerfallUnity.app
You only need to do this once for each version update.
This is similar to the "Unblock-File" command in Powershell on Windows and removes the "unsafe" flag from Daggerfall, allowing it to execute.
Alright. I'll add this to https://github.com/Interkarma/daggerfall-unity/wiki/Building-DFU-for-distribution
I'll keep the issue open until next version to verify that this works.
Thank you
When downloading Daggerfall Unity on macOS 15.1, you may not be able to open the game due to Apple security requirements for downloaded files.
In terminal, you can do:
xattr -d com.apple.quarantine DaggerfallUnity.app
You only need to do this once for each version update.
This is similar to the "Unblock-File" command in Powershell on Windows and removes the "unsafe" flag from Daggerfall, allowing it to execute.