Skip to content

Commit dffa695

Browse files
authored
rename *-Windows-x64-ucrt.zip to *-Windows10-x64.zip (#50)
1 parent 29570ea commit dffa695

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_all.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
4747
- Linux builds only support distributions using glibc.
4848
[Build the executable](https://github.com/matyalatte/${{ env.TOOL_NAME }}/blob/main/docs/Building.md) by yourself if you want to use it on unsupported distros.
49-
- `Tuw-*-Windows-x64-ucrt.zip` is much smaller than the standard version, but it only works on Windows10 or later.
5049
- Tuw supports more unix-like systems (BSD, Haiku, illumos, etc.)
5150
[Building Workflow for Other Platforms - matyalatte/tuw](https://github.com/matyalatte/${{ env.TOOL_NAME }}/blob/main/docs/Build-on-Other.md)
5251
draft: true
@@ -71,7 +70,7 @@ jobs:
7170
exe_ext: .exe
7271
zip_ext: zip
7372
arch: UCRT
74-
arch_suffix: -x64-ucrt
73+
arch_suffix: 10-x64
7574
- os: ubuntu-20.04
7675
exe_ext: ""
7776
zip_ext: tar.bz2

docs/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ All you need is a JSON file and a tiny executable.
3939

4040
You can download executables from [the release page](https://github.com/matyalatte/tuw/releases)
4141

42-
- `Tuw*-Windows*.zip` is for Windows (7 or later.)
43-
- `Tuw*-macOS*.tar.bz2` is for macOS (10.9 or later.)
44-
- `Tuw*-Linux*.tar.bz2` is for Linux (with GTK3.14, GLIBC2.15, and GLIBCXX3.4.21, or later versions of the libraries.)
42+
- `Tuw-*-Windows-*.zip` is for Windows (7 or later.)
43+
- `Tuw-*-Windows10-*.zip` requires Windows 10 or later, but it's much smaller than the standard version.
44+
- `Tuw-*-macOS.tar.bz2` is for macOS (10.9 or later.)
45+
- `Tuw-*-Linux-*.tar.bz2` is for Linux (with GTK3.14, GLIBC2.15, and GLIBCXX3.4.21, or later versions of the libraries.)
4546

4647
## Examples
4748

0 commit comments

Comments
 (0)