mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Fix comment
This commit is contained in:
parent
83dd1dcb34
commit
f3d17bceb2
2
win32.js
2
win32.js
@ -64,7 +64,7 @@ function buildWinApp (opts, cb, newApp) {
|
|||||||
return true
|
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) {
|
ncp(opts.dir, paths.app, {filter: filter, dereference: true}, function copied (err) {
|
||||||
if (err) return cb(err)
|
if (err) return cb(err)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user