浏览代码

[macOS Export] Disable unpacked .app bundle export on Windows.

bruvzg 2 年之前
父节点
当前提交
56bd7adae4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      platform/macos/export/export_plugin.cpp

+ 2 - 0
platform/macos/export/export_plugin.cpp

@@ -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");