phonegap-build
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -55,3 +55,3 @@ /* | ||
if(process.env.OS == "Windows_NT") { | ||
cmd = 'wscript '+ path.join('..', '..', '..', 'res', 'windows', 'zip.js') + ' ' + zipPath + ' .'; | ||
cmd = 'wscript '+ path.join(__dirname, '..', '..', '..', 'res', 'windows', 'zip.js') + ' ' + zipPath + ' .'; | ||
} | ||
@@ -58,0 +58,0 @@ else { |
{ | ||
"name": "phonegap-build", | ||
"description": "PhoneGap Build node library.", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"homepage": "http://github.com/mwbrooks/node-phonegap-build", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
1497849