From 89e6beeed251ea41953001514858732190861e24 Mon Sep 17 00:00:00 2001 From: Gorochu Date: Fri, 29 May 2026 22:25:11 +0000 Subject: [PATCH] Update leenkx/blender/lnx/make.py --- leenkx/blender/lnx/make.py | 2 ++ 1 file changed, 2 insertions(+) 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'):