jam-pack-nodegui
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -126,4 +126,4 @@ "use strict"; | ||
} | ||
const extraInstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraInstallCommands.join("\n") ?? ""; | ||
const extraUninstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraUninstallCommands.join("\n") ?? ""; | ||
const extraInstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraInstallCommands?.join("\n") ?? ""; | ||
const extraUninstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraUninstallCommands?.join("\n") ?? ""; | ||
const smallIconPath = path.join(sourcedir_js_1.path, "../resources/icons/small_logo.ico"); | ||
@@ -130,0 +130,0 @@ let installerIconPath = smallIconPath; |
{ | ||
"name": "jam-pack-nodegui", | ||
"version": "0.17.0", | ||
"version": "0.18.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
469465