Comparing version 4.0.0 to 4.0.1
@@ -1,2 +0,2 @@ | ||
const { canRunWindowsExeNatively, is64BitArch, spawnExe } = require('cross-spawn-windows-exe') | ||
const { canRunWindowsExeNatively, is64BitArch, spawnExe, normalizePath } = require('cross-spawn-windows-exe') | ||
const path = require('path') | ||
@@ -11,3 +11,3 @@ | ||
const rcedit = path.resolve(__dirname, '..', 'bin', rceditExe) | ||
const args = [exe] | ||
const args = [await normalizePath(exe)] | ||
@@ -14,0 +14,0 @@ for (const name of pairSettings) { |
{ | ||
"name": "rcedit", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Node module to edit resources of exe", | ||
@@ -5,0 +5,0 @@ "main": "lib/rcedit.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2291090