From 920f50ac533686156b5d4a171ef8cb9e04b59bec Mon Sep 17 00:00:00 2001 From: Dhruv Chandwani Date: Tue, 11 Feb 2025 19:41:11 -0600 Subject: [PATCH] Disabling publishing for electron-builder (#1521) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f5be803123..665971b096 100644 --- a/package.json +++ b/package.json @@ -271,6 +271,7 @@ } ] }, + "publish": null, "directories": { "buildResources": "resource-build", "output": "dist"