From d2da64618a1bd1f2c9700bdcce42de1aad95a2dc Mon Sep 17 00:00:00 2001 From: Cafw Date: Thu, 26 Feb 2026 12:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D=E7=9A=84ma?= =?UTF-8?q?c=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.json b/project.json index 8c9e53a..01d50b7 100755 --- a/project.json +++ b/project.json @@ -1,7 +1,9 @@ { "build_update": false, "packages": [ - "mac" + "mac", + "linux", + "win" ], "add_from": true, "force_recompile": true,