Skip to content

Commit

Permalink
Merge pull request #6873 from feons/CLI-658
Browse files Browse the repository at this point in the history
[CLI-658] Encryption fails on Windows when using 64-bit Java
  • Loading branch information
Praveen Innamuri committed May 27, 2015
2 parents 05b0c51 + ce6f86f commit 17dc875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/cli/commands/_build.js
Expand Up @@ -2695,7 +2695,7 @@ AndroidBuilder.prototype.copyResources = function copyResources(next) {

titaniumPrepHook(
path.join(this.platformPath, titaniumPrep),
args,
args.slice(0),
opts,
function (err) {
if (!err) {
Expand Down
2 changes: 1 addition & 1 deletion android/cli/commands/_buildModule.js
Expand Up @@ -989,7 +989,7 @@ AndroidModuleBuilder.prototype.compileJS = function (next) {

titaniumPrepHook(
path.join(this.platformPath, titaniumPrep),
args,
args.slice(0),
opts,
function (err) {
if (!err) {
Expand Down

0 comments on commit 17dc875

Please sign in to comment.