Files
bg3-dnd55e-russian-localiza…/scripts/build.ps1
Shahovalov MIkhail 255c839721
All checks were successful
Build Mod Package / build (push) Successful in 11s
Rename mod folder to DnD 5.5e AIO Russian
2026-04-07 23:59:26 +03:00

8 lines
198 B
PowerShell

$ErrorActionPreference = "Stop"
if (-not (Test-Path -LiteralPath "build")) {
New-Item -ItemType Directory -Path "build" | Out-Null
}
Divine -a pack -s Mods -d "build/DnD 5.5e AIO Russian.pak"