Fix Windows C++ binary package file name (attempt 3)

CPACK_SYSTEM_NAME is what we used before, and that has the win64 suffix
that the prepare_release job in nightly_snapshot.yaml expects. Also
fixed the docs to add the missing MSVC suffix that's new.
This commit is contained in:
Simon Hausmann 2024-04-16 17:49:33 +02:00
parent e4017a3e41
commit 35605af303
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ Steps:
3. From "Assets" ("XXX" refers to the version of the latest release),
* for Linux x86-64 architecture - download `slint-cpp-XXX-Linux-x86_64.tar.gz`
* for Windows x86-64 architecture - download `slint-cpp-XXX-win64.exe`
* for Windows x86-64 architecture - download `slint-cpp-XXX-win64-MSVC.exe`
4. Unpack the downloaded archive (Linux) or run the installer executable (Windows).