abinfo "Installing .desktop entry ..."
install -Dvm644 "$SRCDIR"/.github/workflows/scripts/linux/pcsx2-qt.desktop \
    "$PKGDIR"/usr/share/applications/pcsx2-qt.desktop

abinfo "Installing icon ..."
install -Dvm644 "$SRCDIR"/bin/resources/icons/AppIconLarge.png \
    "$PKGDIR"/usr/share/icons/hicolor/512x512/apps/PCSX2.png

abinfo "Packing and installing game-specific patches ..."
cd "$SRCDIR"/../patches/patches/
zip "$PKGDIR"/usr/share/PCSX2/resources/patches.zip *
