Skip to content

Commit f55bb83

Browse files
authored
Update build.ps1
1 parent 07b33fb commit f55bb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ if ($packageType -eq 'msixbundle') {
870870

871871
# Check if rpmbuild is available
872872
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')"
873+
throw "rpmbuild not found. Please install rpm-build package (e.g., 'sudo apt install rpm build-essential' or 'sudo dnf install rpm-build')"
874874
}
875875

876876
$rpmTarget = Join-Path $PSScriptRoot 'bin' $architecture 'rpm'

0 commit comments

Comments
 (0)