Skip to content

Commit

Permalink
[macOS Export] Disable unpacked .app bundle export on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Jul 27, 2023
1 parent 41a7f6b commit 56bd7ad
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 56bd7ad

Please sign in to comment.