From 036029c708997fb5fe203a1b0e5823f2509d8cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 1 Jun 2024 20:13:02 +0300 Subject: [PATCH] - icoextract redos --- portproton/alr.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/portproton/alr.sh b/portproton/alr.sh index bc9ea49..2f91922 100755 --- a/portproton/alr.sh +++ b/portproton/alr.sh @@ -23,10 +23,9 @@ opt_deps_fedora=('gamemode: Support for Feral GameMode' 'icoextract: For proper icon creation in GNOME') opt_deps_debian=('gamemode: Support for Feral GameMode' 'gamescope: Support for Gamescope' - 'icoextract: For proper icon creation in GNOME') + 'python3-icoextract: For proper icon creation in GNOME') opt_deps_redos=('gamemode: Support for Feral GameMode' - 'gamescope: Support for Gamescope' - 'icoextract: For proper icon creation in GNOME') + 'gamescope: Support for Gamescope') _commit=8532a12