Comment out manifest file creation for Steam app

Commented out the call to create_steam_store_app_manifest_file function.
This commit is contained in:
Roy
2026-06-07 06:00:00 -07:00
committed by GitHub
parent cafbc388dc
commit 03a5065f63
+1 -1
View File
@@ -3931,7 +3931,7 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir, lau
steam_store_appid = get_steam_store_appid(appname)
if steam_store_appid:
print(f"Found Steam App ID for {appname}: {steam_store_appid}")
create_steam_store_app_manifest_file(steam_store_appid, appname)
#create_steam_store_app_manifest_file(steam_store_appid, appname)
for art_type in ["icons", "logos", "heroes", "grids_600x900", "grids_920x430"]:
url = get_steam_fallback_url(steam_store_appid, art_type)