slint/docs
Simon Hausmann 54bb2d39ad Packaging: Fix up windows artifact names
For the slint-compiler, we use ${CMAKE_SYSTEM_PROCESSOR}, which on Windows is - unfortunately - derived from the PROCESSOR_ARCHITECTURE environment variable, and
thus AMD64 or ARM64. Fix the package suffix on the CI side.

We could try to make the cmake variable to known values and then arm64/x86_64, but I'd rather stick with less exceptions when these names are not really visible in the documentation or our users.

The same applies to the C++ packages, where the CMake/Windows suffix (AMD64/ARM64) works better with FindSlint.cmake's use of the corresponding variable.

Similarly, the tool binaries were called
slint-viewer-windows-aarch64-pc-windows-msvc, but neither the compiler, nor the rest of the triplet is needed, merely the architecture. So rename it to slint-viewer-windows-arm64 and x86_64. Here we don't need cmake and can use the "correct" suffixes.
2025-06-17 11:50:17 +02:00
..
astro build(deps-dev): bump @playwright/test in the playwright group (#8698) 2025-06-17 11:01:35 +03:00
site docs: Fix missing trailing slash (#7353) 2025-01-14 15:49:47 +02:00
building.md Bump MSRV to 1.82 2025-01-14 08:33:21 +01:00
development.md infra: Test out mise 2025-03-20 16:33:00 +01:00
embedded-tutorials.md 1.9 Organise docs folder. (#7005) 2024-12-05 15:40:04 +02:00
install_qt.md 1.9 Organise docs folder. (#7005) 2024-12-05 15:40:04 +02:00
nightly-release-notes.md Python: Add instructions how to build from git or upgrade the lock file 2025-06-11 13:38:50 +02:00
readme.md Fix typos 2025-01-13 08:35:20 +01:00
release-artifacts.md Packaging: Fix up windows artifact names 2025-06-17 11:50:17 +02:00
release-notes.md Python: Add instructions how to build from git or upgrade the lock file 2025-06-11 13:38:50 +02:00
testing.md syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
torizon.md 1.9 Organise docs folder. (#7005) 2024-12-05 15:40:04 +02:00
triage.md 1.9 Organise docs folder. (#7005) 2024-12-05 15:40:04 +02:00

Slint Documentation

docs/
├── astro/          # The Astro project that builds the Slint language docs
├── README.md       # This file
├── building.md     # How to build Slint
├── development.md  # How to develop Slint
├── embedded-tutorials.md       # Embedded tutorials template
├── install_qt.md   # How to install Qt
├── nightly-release-notes.md    # Release note template
├── release-artifacts.md
├── platform-integrations.md    # Platform integrations template
└── release-notes.md            # Release note template