mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
minor comment
This commit is contained in:
parent
b5dff4cf0f
commit
37af31f958
1 changed files with 2 additions and 0 deletions
|
|
@ -341,6 +341,8 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
|
|||
this.emit('data', file);
|
||||
}));
|
||||
|
||||
|
||||
// Void - this is important, creates the product.json in .app
|
||||
let productJsonContents;
|
||||
const productJsonStream = gulp.src(['product.json'], { base: '.' })
|
||||
.pipe(json({ commit, date: readISODate('out-build'), checksums, version }))
|
||||
|
|
|
|||
Loading…
Reference in a new issue