jam-pack-nodegui
Advanced tools
Comparing version 0.16.0 to 0.17.0
@@ -26,3 +26,3 @@ "use strict"; | ||
const patchwindowsexe_js_1 = require("./patchwindowsexe.js"); | ||
const rcedit_1 = require("rcedit"); | ||
const rcedit = require('rcedit'); | ||
const sourcedir_js_1 = require("./sourcedir.js"); | ||
@@ -137,3 +137,3 @@ class AddLauncherStep { | ||
} | ||
await (0, rcedit_1.default)(destPath, options); | ||
await rcedit(destPath, options); | ||
} | ||
@@ -140,0 +140,0 @@ if (platform === "linux" || platform === "macos") { |
{ | ||
"name": "jam-pack-nodegui", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Tool to package NodeGui applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.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
469463