Skip to content

Commit 9060d64

Browse files
committed
Add version and revision to rpm package
Part of microsoft#6587
1 parent 5ccd2ff commit 9060d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.vscode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function buildRpmPackage(arch) {
378378
return shell.task([
379379
'mkdir -p ' + destination,
380380
'HOME="$(pwd)/' + destination + '" fakeroot rpmbuild -bb ' + rpmBuildPath + '/SPECS/' + product.applicationName + '.spec --target=' + rpmArch,
381-
'cp "' + rpmOut + '/$(ls ' + rpmOut + ')" ' + destination + '/' + product.applicationName+ '-' + rpmArch + '.rpm',
381+
'cp "' + rpmOut + '/$(ls ' + rpmOut + ')" ' + destination + '/',
382382
'createrepo ' + destination
383383
]);
384384
}

0 commit comments

Comments
 (0)