Skip to content

Commit

Permalink
fix: Icon install location
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed Feb 17, 2024
1 parent 3344a34 commit 2c26221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install -Dm644 "${BASEDIR}/sources/notion-app.desktop" -t "${PKGDIR}${DATADIR}/a
ICON_SIZES=(16 32 48 64 128 256)
for i in "${!ICON_SIZES[@]}"
do
install -Dm644 "icon-${i}.png" "${PKGDIR}${DATADIR}/icons/hicolor/${ICON_SIZES[$i]}x${ICON_SIZES[$i]}/notion-app.png"
install -Dm644 "icon-${i}.png" "${PKGDIR}${DATADIR}/icons/hicolor/${ICON_SIZES[$i]}x${ICON_SIZES[$i]}/apps/notion-app.png"
done
install -Dm644 "trayIcon.png" -t "${PKGDIR}${DATADIR}/notion-app"

Expand Down

0 comments on commit 2c26221

Please sign in to comment.