Skip to content

Commit

Permalink
Change outputpath
Browse files Browse the repository at this point in the history
Change ouptut Path
  • Loading branch information
CodeCombiner authored and rampr committed Aug 16, 2018
1 parent 70b1a6d commit 0ee3660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.onCreateProject = function (api, app, config, cb) {
// copy google-services.json from manifest config string `google_services_file`
var googleServicesJsonFile = path.join(app_path, app.manifest.android.google_services_file);
return fs.copyAsync(googleServicesJsonFile,
path.join(app_path, "build",app.manifest.shortName, "app", "google-services.json"));
path.join(config.outputPath, app.manifest.shortName, "app", "google-services.json"));
}
return Promise.resolve(true);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"android": "android"
}
},
"dependencies": {
"dependencies": {
"fs-extra": "^1.0.0"
}
}

0 comments on commit 0ee3660

Please sign in to comment.