From 273fc1461dcd00200375cc32d8e38d7b3ad1a660 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 8 Apr 2025 21:51:21 +1000 Subject: [PATCH] Fix Electron breaking change --- package.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 59d0a780..050a902a 100644 --- a/package.json +++ b/package.json @@ -120,12 +120,14 @@ "category": "Utility", "executableName": "vrcx", "desktop": { - "Name": "VRCX", - "Comment": "Friendship management tool for VRChat", - "Icon": "VRCX", - "Terminal": "false", - "Type": "Application", - "Categories": "Utility;Application;" + "entry": { + "Name": "VRCX", + "Comment": "Friendship management tool for VRChat", + "Icon": "VRCX", + "Terminal": "false", + "Type": "Application", + "Categories": "Utility;Application;" + } }, "maintainer": "rs189 <35667100+rs189@users.noreply.github.com>", "description": "Friendship management tool for VRChat"