You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
[macOS Export] Disable unpacked .app bundle export on Windows.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user