add missing mods

This commit is contained in:
lucasdpt
2026-06-14 02:03:05 +02:00
parent 0d40f88ab2
commit 398e1e6ddf
19 changed files with 148 additions and 131 deletions
+1 -7
View File
@@ -10,14 +10,8 @@ param(
$ErrorActionPreference = "Stop"
# Vérifie packwiz
if (-not (Get-Command packwiz -ErrorAction SilentlyContinue)) {
Write-Error "packwiz introuvable dans le PATH. Voir README §1."
exit 1
}
Write-Host "==> packwiz refresh (recalcul des hash / index.toml)" -ForegroundColor Cyan
packwiz refresh
.\packwiz refresh
Write-Host "==> git commit + push" -ForegroundColor Cyan
git add -A