Merge pull request #40 from WolfMad/patch-1

Fix The launchers doesn't get added to the Steam Library
This commit is contained in:
Roy 2023-06-01 16:56:56 -07:00 committed by GitHub
commit 45d426ea7e
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