Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename *-Windows-x64-ucrt.zip to *-Windows10-x64.zip #50

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading