From 0c61b0afcf332db7cc09bdf852029634f816b760 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Thu, 13 Jun 2019 20:08:55 -0400 Subject: [PATCH] so github doesnt allow utf8 in filenames... --- deploy.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.ps1 b/deploy.ps1 index a51be7fe..c732e003 100644 --- a/deploy.ps1 +++ b/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";