mrsimb / steam_blank_icon_fix

Fixes blank desktop shortcut icons for steam games in a specified folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

steam_blank_icon_fix

Fixes blank icons for Steam games shortcuts

6CCpJP2tiO

Requirements

deno

Permissions

--allow-net Uses steamdb.info to find and download icons

--allow-read Reads shortcuts and checks if they're broken

--allow-write Fixes broken shortcuts and recovers icon files in your Steam folder

Usage

Fix icons in the current folder:

deno run --allow-net --allow-read --allow-write https://deno.land/x/steam_blank_icon_fix@1.0.2/fix.ts

Fix icons in a specified folder:

deno run --allow-net --allow-read --allow-write https://deno.land/x/steam_blank_icon_fix@1.0.2/fix.ts C:\Users\username\Desktop

About

Fixes blank desktop shortcut icons for steam games in a specified folder


Languages

Language:TypeScript 100.0%