Powershell module to automate patching Spotify with Spicetify
Download from PowerShell Gallery or install via PowerShellGet:
Install-Module -Name SpicetifyModuleit is recommended to include this into your profile to make it available in every powershell session. Edit HOMEDIR:\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 and add the following lines:
Import-Module SpicetifyModuleor just run it in your current session:
To execute the patching process, run the following command:
Update-SpicetifyThis is meant to be used together with Topgrade to automate the process of updating your system.
Simply edit your profile like shown in Usage.
Then edit your topgrade config with topgrade --edit-config and add this into the commands section:
# the `commands` key should already exist
[commands]
"Update Spicetify" = "Update-Spicetify"