Add localization mod metadata and build scripts

This commit is contained in:
2026-04-07 18:26:20 +03:00
parent 4673a22854
commit 36284ee9ed
5 changed files with 96 additions and 1 deletions

7
scripts/build.ps1 Normal file
View File

@@ -0,0 +1,7 @@
$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

5
scripts/build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
mkdir -p build
Divine -a pack -s Mods -d build/DnD55eRussian.pak