mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
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:
parent
e4017a3e41
commit
35605af303
2 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue