From 5edbfb4e23848204809a72fc46665b3967096c9f Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:44:41 +0300 Subject: [PATCH] Rename cache-spotify.ps1 to cache_spotify_ru.ps1 --- cache-spotify.ps1 => cache_spotify_ru.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cache-spotify.ps1 => cache_spotify_ru.ps1 (98%) diff --git a/cache-spotify.ps1 b/cache_spotify_ru.ps1 similarity index 98% rename from cache-spotify.ps1 rename to cache_spotify_ru.ps1 index 63a4308..7991bf7 100644 --- a/cache-spotify.ps1 +++ b/cache_spotify_ru.ps1 @@ -10,4 +10,4 @@ If (Test-Path -Path $env:LOCALAPPDATA\Spotify\Data) { If (Test-Path -Path $env:LOCALAPPDATA\Spotify\mercury.db) { $file_mercury = Get-Item "$env:LOCALAPPDATA\Spotify\mercury.db" if ($file_mercury.length -gt 100MB) { dir $env:LOCALAPPDATA\Spotify\mercury.db -File -Recurse | del } -} \ No newline at end of file +}