Add localization mod metadata and build scripts
This commit is contained in:
7
scripts/build.ps1
Normal file
7
scripts/build.ps1
Normal 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
|
||||
Reference in New Issue
Block a user