2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-23 02:28:55 +00:00

Fix comment

This commit is contained in:
Mark Lee 2015-06-09 19:17:57 -07:00
parent 83dd1dcb34
commit f3d17bceb2

View File

@ -64,7 +64,7 @@ function buildWinApp (opts, cb, newApp) {
return true
}
// copy users app into .app
// copy users app into destination path
ncp(opts.dir, paths.app, {filter: filter, dereference: true}, function copied (err) {
if (err) return cb(err)