mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
[macOS Export] Disable unpacked .app bundle export on Windows.
This commit is contained in:
parent
41a7f6b380
commit
56bd7adae4
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user