We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: