We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5725343 commit 40ba5eaCopy full SHA for 40ba5ea
1 file changed
.github/workflows/windows.yml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
$ProgressPreference = 'SilentlyContinue'
38
mkdir build
39
+ mkdir build-portable
40
Invoke-WebRequest https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.25-v1.17/gettext0.25-iconv1.17-shared-64.zip -OutFile gettext.zip
41
Expand-Archive -Force 'gettext.zip'
42
move gettext\bin\* C:\Windows\System32
0 commit comments