mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(sign): fix another import error
This commit is contained in:
parent
1f9ddce566
commit
5596fa54f2
@ -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…
x
Reference in New Issue
Block a user