diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-02-23 22:04:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 22:04:50 +0100 |
commit | 0712acec1c21b5683f4cfe292bb82f7d1d37cae0 (patch) | |
tree | 61022f916f98dc8632455757c714047db31c8578 /editor | |
parent | b6bf572e021f59ca9f6e95fca2e1cd08bd3fe0f2 (diff) | |
parent | a38b59b656e6834d466df37379266c29d6364490 (diff) |
Merge pull request #16920 from neikeq/mono-project-export
Mono project export
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_export.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp index c9ac62a74d..badcfc002b 100644 --- a/editor/editor_export.cpp +++ b/editor/editor_export.cpp @@ -274,8 +274,6 @@ void EditorExportPlatform::gen_debug_flags(Vector<String> &r_flags, int p_flags) } Error EditorExportPlatform::_save_pack_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total) { - if (p_path.ends_with(".so") || p_path.ends_with(".dylib") || p_path.ends_with(".dll")) - return OK; PackData *pd = (PackData *)p_userdata; |