diff --git a/resources/install.ps1 b/resources/install.ps1 index cb8ffb95..cc4f70ea 100644 --- a/resources/install.ps1 +++ b/resources/install.ps1 @@ -54,7 +54,7 @@ Write-Host -Object 'Applying...' -ForegroundColor Cyan if (-not $isThemeInstalled) { spicetify config current_theme marketplace } -spicetify backup -q +spicetify backup spicetify apply Write-Host -Object 'Done!' -ForegroundColor Green