fix(monorepo/electron): bin path

This commit is contained in:
Elian Doran 2025-04-19 10:54:14 +03:00
parent 1041b337f3
commit 45b1258dcc
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ const fs = require("fs-extra");
const { execSync } = require("child_process"); const { execSync } = require("child_process");
const APP_NAME = "TriliumNext Notes"; const APP_NAME = "TriliumNext Notes";
const BIN_PATH = path.normalize("./bin/electron-forge"); const BIN_PATH = path.normalize("./scripts/electron-forge");
const extraResourcesForPlatform = getExtraResourcesForPlatform(); const extraResourcesForPlatform = getExtraResourcesForPlatform();
const baseLinuxMakerConfigOptions = { const baseLinuxMakerConfigOptions = {