main #3

Merged
LeenkxTeam merged 8 commits from Dante/LNXSDK:main into main 2026-05-31 05:25:07 +00:00
4 changed files with 8 additions and 6 deletions
Showing only changes of commit 89e6beeed2 - Show all commits

View File

@ -223,6 +223,8 @@ def export_data_impl(fp, sdk_path):
shutil.rmtree(build_dir + '/windows-resources', onerror=remove_readonly) shutil.rmtree(build_dir + '/windows-resources', onerror=remove_readonly)
if os.path.isdir(build_dir + '/linux-resources'): if os.path.isdir(build_dir + '/linux-resources'):
shutil.rmtree(build_dir + '/linux-resources', onerror=remove_readonly) 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'): if os.path.isdir(build_dir + '/macos-resources'):
shutil.rmtree(build_dir + '/macos-resources', onerror=remove_readonly) shutil.rmtree(build_dir + '/macos-resources', onerror=remove_readonly)
if os.path.isdir(build_dir + '/compiled/Shaders'): if os.path.isdir(build_dir + '/compiled/Shaders'):