Fix .desktop

This commit is contained in:
HurricanePootis 2024-03-14 17:00:57 -05:00
parent 79d2e3d9b6
commit ab70a4a2ae
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = suyu-dev-qt6-git
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
pkgver = r27189.8b8aa84e70
pkgver = r27191.e29c55dd98
pkgrel = 1
url = https://gitlab.com/suyu-emu/suyu
install = suyu-dev-qt6-git.install

View file

@ -4,7 +4,7 @@
_pkgname=suyu
_branch=dev
pkgname=suyu-dev-qt6-git
pkgver=r27189.8b8aa84e70
pkgver=r27191.e29c55dd98
pkgrel=1
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
arch=(x86_64)
@ -200,7 +200,7 @@ package() {
install -Dm644 ${_pkgname}/dist/72-suyu-input.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
cd "${pkgdir}"/usr/share/applications
sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb yuzu/' org.suyu_emu.suyu.desktop
sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb suyu/' org.suyu_emu.suyu.desktop
}
# vim: ts=2 sw=2 et