diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 2f08b84c725510df057ec9fc0809a69ad5a42850..23d407f62479ff191a3cd53ae6f52a4e58610ecf 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -320,7 +320,7 @@ function buildDebPackage(arch) { return shell.task([ 'chmod 755 code-' + debArch + '/DEBIAN/postinst ' + 'code-' + debArch + '/DEBIAN/prerm', 'mkdir -p deb', - 'fakeroot dpkg-deb -b code-' + debArch + ' deb/' + product.applicationName + '-' + debArch + '.deb', + 'fakeroot dpkg-deb -b code-' + debArch + ' deb', 'dpkg-scanpackages deb /dev/null > Packages' ], { cwd: '.build/linux/deb/' + debArch}); }