Skip to content

Commit

Permalink
so github doesnt allow utf8 in filenames...
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jun 14, 2019
1 parent 9476070 commit 0c61b0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0c61b0a

Please sign in to comment.