Skip to content

Commit

Permalink
Fix Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Oct 23, 2021
1 parent 3c1a181 commit e371678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makebundle
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ fi

# Firefox specific fixes
if [ "${APPLICATION_NAME}" == "Firefox" ] ; then
cp Firefox.app/Resources/usr/local/lib/firefox/browser/chrome/icons/default/default128.png Firefox.app/Resources/Firefox.png
cp "${APPLICATION_NAME}".app/Resources/usr/local/lib/firefox/browser/chrome/icons/default/default128.png "${APPLICATION_NAME}".app/Resources/"${APPLICATION_NAME}".png
fi

# Firefox_ESR specific fixes
if [ "${APPLICATION_NAME}" == "Firefox" ] ; then
cp Firefox_ESR.app/Resources/usr/local/lib/firefox/browser/chrome/icons/default/default128.png Firefox_ESR.app/Resources/Firefox_ESR.png
if [ "${APPLICATION_NAME}" == "Firefox_ESR" ] ; then
cp "${APPLICATION_NAME}".app/Resources/usr/local/lib/firefox/browser/chrome/icons/default/default128.png "${APPLICATION_NAME}".app/Resources/"${APPLICATION_NAME}".png
fi

# Krita specific fixes
Expand Down

0 comments on commit e371678

Please sign in to comment.