mirror of
https://github.com/zadam/trilium.git
synced 2025-09-11 09:06:31 +08:00
fix(monorepo/electron): bin path
This commit is contained in:
parent
1041b337f3
commit
45b1258dcc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const fs = require("fs-extra");
|
|||
const { execSync } = require("child_process");
|
||||
|
||||
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 baseLinuxMakerConfigOptions = {
|
||||
|
|
Loading…
Add table
Reference in a new issue