Deleted lastrun.json (#4714)

* Update Invoke-WPFtweaksbutton.ps1

* Update main.ps1

* Update tweaks.json

* Update tweaks.json

* Update tweaks.json
This commit is contained in:
Gabi
2026-06-22 14:46:38 -05:00
committed by GitHub
parent ae4c787545
commit 47f06e34e3
3 changed files with 3 additions and 28 deletions
@@ -82,6 +82,5 @@ function Invoke-WPFtweaksbutton {
Write-Host "================================="
Write-Host "-- Tweaks are Finished ---"
Write-Host "================================="
@($tweaks | Where-Object { $sync.configs.tweaks.$_.registry -or $sync.configs.tweaks.$_.service }) | ConvertTo-Json | Out-File "$env:LocalAppData\winutil\lastrun.json" -Force
}
}