-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
All tasks finished but Blender OSX app isn't output nor updated #7
Comments
For those following along, I resolved the "The application "blender" can't be opened" that isn't resolved by opening up the privacy and security settings based on the solution listed on stackexchange:
For now, I can use the CLI to pull the file down into /Applications with:
The CLI -r Run flag won't work because it needs the permission set with Thanks! |
@nickmadedesign it should actually set the chmod +x within the script. I did a small commit 2 day ago, can you re-check if it works now? |
@tobkum Ah, sorry I missed that. I downloaded it. Without the chmod command as installed into /Applications it returns the same "can't be opened" issue. chmod'ing after resolves it. |
@nickmadedesign I'll try to figure out what is happening, but cannot check because I don't have an OSX machine :-/ |
Hey there,
So I was able to run this with:
python3 BlenderUpdaterCLI.py -b 28 -p ~/Applications/
but the app isn't overwritten (similar to dragging and dropping a downloaded Blender into that folder) so the version is the same.My download, extraction, copying, and clean up tasks look successful:
but the hash is the old one and not the latest build.
I'm guessing there's some type of issue installing it into the apps folder but I'm not sure what other Mac users are doing otherwise.
Any ideas?
The text was updated successfully, but these errors were encountered: