mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 04:42:28 +08:00
chore(sign): fix another import error
This commit is contained in:
parent
1f9ddce566
commit
5596fa54f2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const child_process = require("child_process");
|
||||
const { default: path } = require("path");
|
||||
const path = require("path");
|
||||
const { WINDOWS_SIGN_EXECUTABLE } = process.env;
|
||||
|
||||
function sign(sourcePath) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue