Skip to content

Commit

Permalink
fix(install): don't run backup quietly (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Jul 29, 2023
1 parent 1f3a250 commit b2b4bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2b4bc7

Please sign in to comment.