Skip to content

Commit

Permalink
feat(windows install): try to apply correctly in any case (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Jun 29, 2023
1 parent 3da09e0 commit f054a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Write-Host -Object 'Applying...' -ForegroundColor Cyan
if (-not $isMarketplaceInstalled) {
spicetify config current_theme marketplace
}
if (-not (Test-Path -Path "$spiceUserDataPath\Backup\*")) {
spicetify backup
}
spicetify backup
spicetify restore
spicetify backup
spicetify apply

Write-Host -Object 'Done! If nothing has happened, do spicetify apply' -ForegroundColor Green

0 comments on commit f054a0f

Please sign in to comment.