Skip to content

Commit bccbc21

Browse files
committed
vscode-linux-*-build-deb - permission bits match expected
fixes microsoft#11557
1 parent 2a215cc commit bccbc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.vscode.linux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function prepareDebPackage(arch) {
7777
function buildDebPackage(arch) {
7878
const debArch = getDebPackageArch(arch);
7979
return shell.task([
80-
'chmod 755 ' + product.applicationName + '-' + debArch + '/DEBIAN/postinst ' + product.applicationName + '-' + debArch + '/DEBIAN/prerm',
80+
'chmod 755 ' + product.applicationName + '-' + debArch + '/DEBIAN/postinst ' + product.applicationName + '-' + debArch + '/DEBIAN/prerm ' + product.applicationName + '-' + debArch + '/DEBIAN/postrm',
8181
'mkdir -p deb',
8282
'fakeroot dpkg-deb -b ' + product.applicationName + '-' + debArch + ' deb',
8383
'dpkg-scanpackages deb /dev/null > Packages'

0 commit comments

Comments
 (0)