Skip to content

Commit

Permalink
rename *-Windows-x64-ucrt.zip to *-Windows10-x64.zip (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyalatte authored Oct 13, 2024
1 parent 29570ea commit dffa695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- Linux builds only support distributions using glibc.
[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.
- `Tuw-*-Windows-x64-ucrt.zip` is much smaller than the standard version, but it only works on Windows10 or later.
- Tuw supports more unix-like systems (BSD, Haiku, illumos, etc.)
[Building Workflow for Other Platforms - matyalatte/tuw](https://github.com/matyalatte/${{ env.TOOL_NAME }}/blob/main/docs/Build-on-Other.md)
draft: true
Expand All @@ -71,7 +70,7 @@ jobs:
exe_ext: .exe
zip_ext: zip
arch: UCRT
arch_suffix: -x64-ucrt
arch_suffix: 10-x64
- os: ubuntu-20.04
exe_ext: ""
zip_ext: tar.bz2
Expand Down
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ All you need is a JSON file and a tiny executable.

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

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

## Examples

Expand Down

0 comments on commit dffa695

Please sign in to comment.