mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +08:00
fix(signing): wrong path import
This commit is contained in:
parent
293167c93e
commit
f4e2296d9b
@ -1,6 +1,6 @@
|
|||||||
const child_process = require("child_process");
|
const child_process = require("child_process");
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const { default: path } = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
module.exports = function (filePath) {
|
module.exports = function (filePath) {
|
||||||
const { WINDOWS_SIGN_EXECUTABLE } = process.env;
|
const { WINDOWS_SIGN_EXECUTABLE } = process.env;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user