Skip to content

Commit

Permalink
Merge pull request #79950 from bruvzg/win_app
Browse files Browse the repository at this point in the history
[macOS Export] Disable unpacked .app bundle export on Windows.
  • Loading branch information
YuriSizov committed Aug 2, 2023
2 parents 1886dee + 56bd7ad commit 24049b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/macos/export/export_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@ List<String> EditorExportPlatformMacOS::get_binary_extensions(const Ref<EditorEx
list.push_back("dmg");
#endif
list.push_back("zip");
#ifndef WINDOWS_ENABLED
list.push_back("app");
#endif
} else if (dist_type == 1) {
#ifdef MACOS_ENABLED
list.push_back("dmg");
Expand Down

0 comments on commit 24049b6

Please sign in to comment.