We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b33fb commit f55bb83Copy full SHA for f55bb83
1 file changed
build.ps1
@@ -870,7 +870,7 @@ if ($packageType -eq 'msixbundle') {
870
871
# Check if rpmbuild is available
872
if ($null -eq (Get-Command rpmbuild -ErrorAction Ignore)) {
873
- throw "rpmbuild not found. Please install rpm-build package (e.g., 'sudo apt-get install rpm' or 'sudo dnf install rpm-build')"
+ throw "rpmbuild not found. Please install rpm-build package (e.g., 'sudo apt install rpm build-essential' or 'sudo dnf install rpm-build')"
874
}
875
876
$rpmTarget = Join-Path $PSScriptRoot 'bin' $architecture 'rpm'
0 commit comments