From 0882093b2c0ca23ff44c0e53f8b734e3d172e05c Mon Sep 17 00:00:00 2001 From: George King <98261225+GeorgeK1ng@users.noreply.github.com> Date: Sat, 19 Jul 2025 12:58:11 +0200 Subject: [PATCH 1/3] Update download.md --- additional/docs/download.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/additional/docs/download.md b/additional/docs/download.md index d7c827af..7c28ef08 100644 --- a/additional/docs/download.md +++ b/additional/docs/download.md @@ -6,7 +6,9 @@ hide: # Download ## Desktop -[:fontawesome-brands-windows: Windows](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows.exe){ .md-button .md-button--primary } +[:fontawesome-brands-windows: Windows (x64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x64.exe){ .md-button .md-button--primary } +[:fontawesome-brands-windows: Windows (x86)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x86.exe){ .md-button .md-button--primary } +#[:fontawesome-brands-windows: Windows (ARM64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-arm64.exe){ .md-button .md-button--primary } [:fontawesome-brands-apple: macOS (ARM)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-macOS-arm.dmg){ .md-button .md-button--primary } [:fontawesome-brands-apple: macOS (Intel)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-macOS-intel.dmg){ .md-button .md-button--primary } From ffb7ebb3b751b293b7935689092c57ed19153857 Mon Sep 17 00:00:00 2001 From: George King <98261225+GeorgeK1ng@users.noreply.github.com> Date: Sat, 19 Jul 2025 13:00:24 +0200 Subject: [PATCH 2/3] Update download.md --- additional/docs/download.md | 1 - 1 file changed, 1 deletion(-) diff --git a/additional/docs/download.md b/additional/docs/download.md index 7c28ef08..2b2836f1 100644 --- a/additional/docs/download.md +++ b/additional/docs/download.md @@ -8,7 +8,6 @@ hide: ## Desktop [:fontawesome-brands-windows: Windows (x64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x64.exe){ .md-button .md-button--primary } [:fontawesome-brands-windows: Windows (x86)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x86.exe){ .md-button .md-button--primary } -#[:fontawesome-brands-windows: Windows (ARM64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-arm64.exe){ .md-button .md-button--primary } [:fontawesome-brands-apple: macOS (ARM)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-macOS-arm.dmg){ .md-button .md-button--primary } [:fontawesome-brands-apple: macOS (Intel)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-macOS-intel.dmg){ .md-button .md-button--primary } From fa6f0f9a7cb4d9325470b31622119fe8f49b3437 Mon Sep 17 00:00:00 2001 From: George King <98261225+GeorgeK1ng@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:06:52 +0200 Subject: [PATCH 3/3] Add Windows ARM64 --- additional/docs/download.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/additional/docs/download.md b/additional/docs/download.md index 2b2836f1..43786257 100644 --- a/additional/docs/download.md +++ b/additional/docs/download.md @@ -6,8 +6,9 @@ hide: # Download ## Desktop -[:fontawesome-brands-windows: Windows (x64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x64.exe){ .md-button .md-button--primary } [:fontawesome-brands-windows: Windows (x86)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x86.exe){ .md-button .md-button--primary } +[:fontawesome-brands-windows: Windows (x64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-x64.exe){ .md-button .md-button--primary } +[:fontawesome-brands-windows: Windows (ARM64)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-Windows-arm64.exe){ .md-button .md-button--primary } [:fontawesome-brands-apple: macOS (ARM)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-macOS-arm.dmg){ .md-button .md-button--primary } [:fontawesome-brands-apple: macOS (Intel)](https://github.com/vcmi/vcmi/releases/latest/download/VCMI-macOS-intel.dmg){ .md-button .md-button--primary }