godot/editor/export
Raul Santos f4e6063ed8 Ignore directory entries in TPZ
Zip files may contain directory entries, they always end with a path
separator and zip entries always use forward slashes for path separators.

There's no need to create the directories included in the zip file,
since they'll already be created when creating the individual files.

(cherry picked from commit 59a5a1eb70)
2024-01-24 18:04:32 +01:00
..
SCsub Split up editor export code into multiple files 2022-07-26 08:28:19 -05:00
editor_export.cpp Fix export options of scripted EditorExportPlugins 2023-07-10 17:11:22 +02:00
editor_export.h Fix export options of scripted EditorExportPlugins 2023-07-10 17:11:22 +02:00
editor_export_platform.cpp Set language encoding flag when using ZIPPacker 2024-01-23 20:22:00 +01:00
editor_export_platform.h Allow exporting release Android builds without a debug keystore 2023-06-19 01:00:13 -03:00
editor_export_platform_pc.cpp Allow exporting release Android builds without a debug keystore 2023-06-19 01:00:13 -03:00
editor_export_platform_pc.h Allow exporting release Android builds without a debug keystore 2023-06-19 01:00:13 -03:00
editor_export_plugin.cpp Allow EditorExportPlugins to provide export options 2023-04-07 19:18:00 +02:00
editor_export_plugin.h Allow EditorExportPlugins to provide export options 2023-04-07 19:18:00 +02:00
editor_export_preset.cpp Fix export options of scripted EditorExportPlugins 2023-07-10 17:11:22 +02:00
editor_export_preset.h Fix export options of scripted EditorExportPlugins 2023-07-10 17:11:22 +02:00
editor_export_shared_object.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
export_template_manager.cpp Ignore directory entries in TPZ 2024-01-24 18:04:32 +01:00
export_template_manager.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
project_export.cpp Improve headings for the export mode in the Export dialog 2024-01-23 17:36:49 +01:00
project_export.h Improve headings for the export mode in the Export dialog 2024-01-23 17:36:49 +01:00