diff --git a/leenkx/blender/lnx/make.py b/leenkx/blender/lnx/make.py index 2996097e..80c54990 100644 --- a/leenkx/blender/lnx/make.py +++ b/leenkx/blender/lnx/make.py @@ -223,6 +223,8 @@ def export_data_impl(fp, sdk_path): shutil.rmtree(build_dir + '/windows-resources', onerror=remove_readonly) if os.path.isdir(build_dir + '/linux-resources'): shutil.rmtree(build_dir + '/linux-resources', onerror=remove_readonly) + if os.path.isdir(build_dir + '/osx-resources'): + shutil.rmtree(build_dir + '/osx-resources', onerror=remove_readonly) if os.path.isdir(build_dir + '/macos-resources'): shutil.rmtree(build_dir + '/macos-resources', onerror=remove_readonly) if os.path.isdir(build_dir + '/compiled/Shaders'):