From 7e2621ae3758e06999b4ed22a265aae0e51da632 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 16 Feb 2026 00:05:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E8=B0=83=E6=95=B4=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E9=A1=BA=E5=BA=8F=E5=B9=B6=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/desktop/package.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index f4cb061..b88ec78 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -2,7 +2,6 @@ "name": "@furtherverse/desktop", "version": "1.0.0", "private": true, - "main": "out/main/index.js", "scripts": { "build": "electron-vite build", diff --git a/package.json b/package.json index c37733f..96a626d 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "scripts": { "build": "turbo run build", "compile": "turbo run compile", - "compile:linux": "turbo run compile:linux", "compile:darwin": "turbo run compile:darwin", + "compile:linux": "turbo run compile:linux", "compile:windows": "turbo run compile:windows", "dev": "turbo run dev", "dist": "turbo run dist",