From 4494662d2a83a2557db2b32a22bcb7aac7da0d1f Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Tue, 11 Mar 2025 20:20:52 +0100 Subject: [PATCH] fix(build/electron): hot fix for failing nightly electron builds this is caused by recently reverting the output of "build:prepare-dist" from "dist" to "build" -> this is just a temporary fix -> I am working in parallel already on an improved electron-forge build process, whihc will be ready by end of the week --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbf84f46d..b98ccec37 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Build your personal knowledge base with TriliumNext Notes", "version": "0.92.3-beta", "license": "AGPL-3.0-only", - "main": "./dist/electron-main.js", + "main": "./build/electron-main.js", "author": { "name": "TriliumNext Notes Team", "email": "contact@eliandoran.me",