mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-26 17:42:29 +08:00
fix(monorepo/electron): bin path
This commit is contained in:
parent
1041b337f3
commit
45b1258dcc
@ -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…
x
Reference in New Issue
Block a user