Update package version to 1.4.4

This commit is contained in:
2025-09-09 13:05:25 +03:00
parent 0a759871db
commit 7f4d0d1086
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -23,5 +23,6 @@ build() {
package() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr install
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/btop/LICENSE
}