Update package version to 140.0.2p1 and added icon files

This commit is contained in:
2025-07-14 18:45:42 +03:00
parent 11e4792865
commit 7013b455dc
3 changed files with 24 additions and 1 deletions
+5
View File
@@ -37,6 +37,11 @@ package() {
# Install distribution file
install -Dm644 ../distribution.ini "$BPM_OUTPUT"/usr/lib/librewolf/distribution/distribution.ini
# Install icon files
for size in 16 32 48 64 128; do
install -Dm644 "$BPM_SOURCE"/browser/branding/librewolf/default"$size".png "$BPM_OUTPUT"/usr/share/icons/hicolor/"$size"x"$size"/apps/librewolf.png
done
# Install librewolf desktop file
install -Dm644 ../librewolf.desktop "$BPM_OUTPUT"/usr/share/applications/librewolf.desktop