From 1e98d8e859f3835fff3cadaed0e81a8007bf441a Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 4 Jan 2026 23:19:31 -0600 Subject: [PATCH] format --- forge.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/forge.config.js b/forge.config.js index f3ceb81..8f98e1b 100644 --- a/forge.config.js +++ b/forge.config.js @@ -4,9 +4,7 @@ const { FuseV1Options, FuseVersion } = require("@electron/fuses"); module.exports = { packagerConfig: { asar: true, - extraResource: [ - "build/exe", - ], + extraResource: ["build/exe"], executableName: "reticulum-meshchatx", name: "Reticulum MeshChatX", appBundleId: "com.sudoivan.reticulummeshchatx",