fix thunderbird path in fedora40 - develop_

This commit is contained in:
Teja Swaroop Pothala 2025-02-12 14:12:00 +00:00
parent e252464d35
commit 1b3f810841
No known key found for this signature in database
GPG Key ID: FA5E53D328E228D2

View File

@ -47,7 +47,7 @@ if [[ "${DISTRO}" == "fedora39" ]]; then
elif [[ "${DISTRO}" == "fedora40" ]]; then
cp /usr/share/applications/net.thunderbird.Thunderbird.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/net.thunderbird.Thunderbird.desktop
elif [ "${DISTRO}" == "opensuse" ]; then
elif [[ "${DISTRO}" == "opensuse" ]]; then
cp /usr/share/applications/thunderbird-esr.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/thunderbird-esr.desktop
else