summarylogtreecommitdiffstats
path: root/viber.sh.in
blob: de16a6e204cca2e4022fae5fffa9e7b4b011616e (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Fix missing qtpaths
# /usr/bin/xdg-mime: line 885: qtpaths: command not found
export PATH=/usr/lib/qt6/bin:$PATH

exec /opt/viber/Viber "$@"