8 lines
189 B
PowerShell
8 lines
189 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/DnD55eRussian.pak
|