提交 274da234 编写于 作者: D Daniel Imms

Add version and revision to deb package name

Fixes #6587
上级 cf36b323
......@@ -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});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册