diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index cbad6fade8a..2f08b84c725 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -378,7 +378,7 @@ function buildRpmPackage(arch) { return shell.task([ 'mkdir -p ' + destination, 'HOME="$(pwd)/' + destination + '" fakeroot rpmbuild -bb ' + rpmBuildPath + '/SPECS/' + product.applicationName + '.spec --target=' + rpmArch, - 'cp "' + rpmOut + '/$(ls ' + rpmOut + ')" ' + destination + '/' + product.applicationName+ '-' + rpmArch + '.rpm', + 'cp "' + rpmOut + '/$(ls ' + rpmOut + ')" ' + destination + '/', 'createrepo ' + destination ]); }