1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 07:40:54 -05:00

I'm retarded

This commit is contained in:
RaidMax
2019-12-07 20:28:50 -06:00
parent 3836526238
commit 22cc8935a0

View File

@ -2,7 +2,7 @@ param (
[string]$PublishDir = $(throw "-PublishDir is required.")
)
md -Force ("{0}\Localization" -f PublishDir)
md -Force ("{0}\Localization" -f $PublishDir)
$localizations = @("en-US", "ru-RU", "es-EC", "pt-BR", "de-DE")
foreach($localization in $localizations)