mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 05:59:53 +01:00
fix(signing): wrong path import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const child_process = require("child_process");
|
||||
const fs = require("fs");
|
||||
const { default: path } = require("path");
|
||||
const path = require("path");
|
||||
|
||||
module.exports = function (filePath) {
|
||||
const { WINDOWS_SIGN_EXECUTABLE } = process.env;
|
||||
|
||||
Reference in New Issue
Block a user