mirror of https://github.com/microsoft/vscode.git
Add gulpfile
This commit is contained in:
parent
c80ef1e632
commit
7618196c97
|
@ -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: '.' })
|
||||
|
|
Loading…
Reference in New Issue