From 4fdc83e8198f35614ab62bf95b70aaa12cf901cc Mon Sep 17 00:00:00 2001 From: WolfMad Date: Fri, 2 Jun 2023 00:49:22 +0100 Subject: [PATCH] Fix The launchers doesn't get added to the Steam Library --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 1e82c50..24ea439 100644 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -2248,7 +2248,7 @@ while pgrep steam > /dev/null; do sleep 1; done # Run the Python script to create a new entry for a Steam shortcut -python -c " +python3 -c " import sys import os import subprocess