innosetup-compiler
Advanced tools
Comparing version 5.5.62 to 5.6.1
@@ -7,4 +7,4 @@ Inno Setup License | ||
Copyright (C) 1997-2015 Jordan Russell. All rights reserved. | ||
Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved. | ||
Copyright (C) 1997-2018 Jordan Russell. All rights reserved. | ||
Portions Copyright (C) 2000-2018 Martijn Laan. All rights reserved. | ||
@@ -11,0 +11,0 @@ This software is provided "as-is," without any express or implied warranty. |
@@ -0,0 +0,0 @@ /* |
@@ -33,3 +33,7 @@ 'use strict'; | ||
var val = options[key]; | ||
args.push('/' + key + val); | ||
if(/^D/.test(key)) { | ||
args.push('/' + key + '=' + val); | ||
} else { | ||
args.push('/' + key + val); | ||
} | ||
}); | ||
@@ -36,0 +40,0 @@ } |
{ | ||
"name": "innosetup-compiler", | ||
"version": "5.5.62", | ||
"version": "5.6.1", | ||
"description": "Node wrapper to compile inno setup scripts (.iss)", | ||
@@ -42,2 +42,2 @@ "main": "lib/iscc.js", | ||
] | ||
} | ||
} |
@@ -20,3 +20,3 @@ node-innosetup-compiler | ||
If you get the following error `err:macdrv:process_attach Failed to start Cocoa app main loop`, | ||
you main need to update wine to a more recent version (devel) | ||
you may need to update wine to a more recent version (devel) | ||
``` | ||
@@ -144,2 +144,2 @@ brew install wine --devel | ||
Thanks to Jordan Russell and Martijn Laan for their amazing work on Inno Setup | ||
Thanks to Jordan Russell and Martijn Laan for their amazing work on Inno Setup |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
5374431
100
144
17