chore(sign): fix another import error

This commit is contained in:
Elian Doran 2025-05-01 21:19:34 +03:00
parent 1f9ddce566
commit 5596fa54f2
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
const child_process = require("child_process"); const child_process = require("child_process");
const { default: path } = require("path"); const path = require("path");
const { WINDOWS_SIGN_EXECUTABLE } = process.env; const { WINDOWS_SIGN_EXECUTABLE } = process.env;
function sign(sourcePath) { function sign(sourcePath) {