From db3668adf1e5150cebf91538646241d7150db0b4 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Fri, 11 Jul 2025 17:05:51 +0500 Subject: [PATCH] rename portproton to portprotonqt Signed-off-by: Boris Yumankulov --- usr/bin/portprotonqt-desktop-return | 2 +- usr/bin/{portproton-gamescope => portprotonqt-gamescope} | 0 .../{portproton-session-select => portprotonqt-session-select} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename usr/bin/{portproton-gamescope => portprotonqt-gamescope} (100%) rename usr/bin/{portproton-session-select => portprotonqt-session-select} (100%) diff --git a/usr/bin/portprotonqt-desktop-return b/usr/bin/portprotonqt-desktop-return index 5200c3a..16db3fb 100755 --- a/usr/bin/portprotonqt-desktop-return +++ b/usr/bin/portprotonqt-desktop-return @@ -1,6 +1,6 @@ #!/usr/bin/env bash -/usr/bin/portproton-session-select portprotonqt +/usr/bin/portprotonqt-session-select portprotonqt CONFIG_FILE="$HOME/.config/gamescope-session-type" diff --git a/usr/bin/portproton-gamescope b/usr/bin/portprotonqt-gamescope similarity index 100% rename from usr/bin/portproton-gamescope rename to usr/bin/portprotonqt-gamescope diff --git a/usr/bin/portproton-session-select b/usr/bin/portprotonqt-session-select similarity index 100% rename from usr/bin/portproton-session-select rename to usr/bin/portprotonqt-session-select