Add gulpfile

This commit is contained in:
Raymond Zhao 2025-08-01 15:47:17 -07:00
parent c80ef1e632
commit 7618196c97
No known key found for this signature in database
GPG Key ID: FC85D7E1120707B5
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ function prepareDebPackage(arch) {
const postinst = gulp.src('resources/linux/debian/postinst.template', { base: '.' })
.pipe(replace('@@NAME@@', product.applicationName))
.pipe(replace('@@ARCHITECTURE@@', debArch))
.pipe(rename('DEBIAN/postinst'));
const templates = gulp.src('resources/linux/debian/templates.template', { base: '.' })