Comparing version 2.1.1 to 2.2.0
@@ -0,1 +1,2 @@ | ||
const os = require('os') | ||
const path = require('path') | ||
@@ -36,3 +37,4 @@ const { spawn } = require('child_process') | ||
if (process.platform !== 'win32') { | ||
// Use Wine on non-Windows platforms except for WSL, which doesn't need it | ||
if (process.platform !== 'win32' && !os.release().endsWith('Microsoft')) { | ||
args.unshift(rcedit) | ||
@@ -39,0 +41,0 @@ rcedit = process.arch === 'x64' ? 'wine64' : 'wine' |
{ | ||
"name": "rcedit", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Node module to edit resources of exe", | ||
@@ -28,5 +28,5 @@ "main": "lib/rcedit.js", | ||
"semantic-release": "^15.13.3", | ||
"standard": "^12.0.1", | ||
"standard": "^14.3.3", | ||
"temp": "^0.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
72
2292097
10