so github doesnt allow utf8 in filenames...
This commit is contained in:
parent
94760703f9
commit
0c61b0afcf
10
deploy.ps1
10
deploy.ps1
@ -8,11 +8,11 @@ mkdir -Force -Verbose x64;
|
||||
|
||||
foreach ($language in @{
|
||||
ENGLISH="";
|
||||
SPANISH="Español";
|
||||
SIMPLIFIED_CHINESE="简体中文";
|
||||
RUSSIAN="Русский";
|
||||
TURKISH="Türkçe";
|
||||
INDONESIAN="Bahasa";
|
||||
SPANISH="Spanish";
|
||||
SIMPLIFIED_CHINESE="Simplified-Chinese";
|
||||
RUSSIAN="Russian";
|
||||
TURKISH="Turkish";
|
||||
INDONESIAN="Indonesian";
|
||||
}.GetEnumerator())
|
||||
{
|
||||
$folder = "Textractor-$($language.Value)-$version";
|
||||
|
Loading…
Reference in New Issue
Block a user