From 72572a9b919803ffb64247610bdde8580725f4c2 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Wed, 31 Aug 2022 13:53:07 +0200 Subject: [PATCH] YUZU: clean up --- net.retrodeck.retrodeck.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index a9a69d75..ecdeb925 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -535,7 +535,7 @@ modules: - -DDISPLAY_VERSION=1150 - -DBUILD_TAG=mainline-1150 - -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline - - -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2 + #- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2 build-options: env: TITLEBARFORMATIDLE: yuzu {} @@ -546,9 +546,7 @@ modules: - /share/pixmaps post-install: - install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher - - >- - install -Dm644 ../dist/yuzu.svg - /app/share/icons/hicolor/scalable/apps/yuzu.svg + - install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg sources: - type: git url: https://github.com/yuzu-emu/yuzu-mainline.git