mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
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:
+1
-1
@@ -3931,7 +3931,7 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir, lau
|
|||||||
steam_store_appid = get_steam_store_appid(appname)
|
steam_store_appid = get_steam_store_appid(appname)
|
||||||
if steam_store_appid:
|
if steam_store_appid:
|
||||||
print(f"Found Steam App ID for {appname}: {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"]:
|
for art_type in ["icons", "logos", "heroes", "grids_600x900", "grids_920x430"]:
|
||||||
url = get_steam_fallback_url(steam_store_appid, art_type)
|
url = get_steam_fallback_url(steam_store_appid, art_type)
|
||||||
|
|||||||
Reference in New Issue
Block a user