Fix The launchers doesn't get added to the Steam Library

This commit is contained in:
WolfMad 2023-06-02 00:49:22 +01:00 committed by GitHub
parent 28a4f0313f
commit 4fdc83e819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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