From 3285c4c9405041f809ecf987acd488d8cf6a6529 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:14:42 +0300 Subject: [PATCH] Rename install.ps1 to Install.ps1 --- install.ps1 => Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename install.ps1 => Install.ps1 (97%) diff --git a/install.ps1 b/Install.ps1 similarity index 97% rename from install.ps1 rename to Install.ps1 index 300c306..53b3a90 100644 --- a/install.ps1 +++ b/Install.ps1 @@ -379,4 +379,4 @@ Write-Host 'Please open the cache-spotify.ps1 file in this path "AppData\Roaming Write-Host "installation completed" -ForegroundColor Green } -exit \ No newline at end of file +exit