minor comment

This commit is contained in:
Andrew Pareles
2025-01-08 16:30:36 -08:00
parent b5dff4cf0f
commit 37af31f958

View File

@ -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 }))