mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
reopen Steam
This commit is contained in:
parent
cbf1f8a99b
commit
57de96dee6
@ -3,6 +3,7 @@ import sys
|
||||
import vdf
|
||||
import zlib
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
def generate_preliminary_id(exe, appname):
|
||||
"""
|
||||
@ -157,6 +158,8 @@ def add_steam_shortcut(id, name, target_path, start_dir, icon_path, steam_dir, u
|
||||
# Copiar imágenes usando el AppID
|
||||
copy_steam_images(grid_path, id, appid)
|
||||
|
||||
subprocess.Popen(["steam", "-silent"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||
|
||||
|
||||
# Llamar a la función principal
|
||||
add_steam_shortcut(
|
||||
|
Loading…
x
Reference in New Issue
Block a user