Skip to content
Snippets Groups Projects

Show notification and play sound for new messages on Linux

Merged Mikolai Gütschow requested to merge 156-notifications-linux into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -18,5 +18,7 @@ fakeroot sh -c '
cp ../../../../../src/packagingResources/linux/postinst tmp/DEBIAN/postinst
cp ../../../../../src/packagingResources/linux/preinst tmp/DEBIAN/preinst
cp ../../../../../src/packagingResources/linux/prerm tmp/DEBIAN/prerm
sed -i "/Depends:/s/$/, libnotify4/" tmp/DEBIAN/control
dpkg-deb -b tmp briar-desktop.deb
rm -r tmp
'
Loading