From 643b6c1ecfc2517e862ea27adb38bcccf97efdfe Mon Sep 17 00:00:00 2001 From: ririxi Date: Sat, 29 Jul 2023 14:32:53 +0200 Subject: [PATCH] fix(install): don't run backup quietly --- resources/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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