Files
godot-website/_data/download_platforms.yml
Adam Scott f017abaa36 Update download page (#885)
- Add Windows ARM64 download links
- Add and rename arch tags to match Godot arch tags
2024-08-08 16:03:44 +02:00

113 lines
1.7 KiB
YAML

- name: "templates"
title: "Export templates"
caption: ""
tags:
- "Used to export your games to all supported platforms"
- name: "aar_library"
title: "AAR library"
caption: ""
tags:
- Android plugins
- Java
- Kotlin
- name: "android.apk"
title: "Android"
caption: "Universal APK"
tags:
- APK download
- arm64
- arm32
- x86_64
- x86_32
- name: "android.playstore"
title: "Android"
caption: "Play Store Universal"
tags:
- Play Store
- arm64
- arm32
- x86_64
- x86_32
- name: "linux.32"
title: "Linux"
caption: "Standard (x86_32)"
tags:
- x86_32
- 32 bit
- name: "linux.64"
title: "Linux"
caption: "Standard (x86_64)"
tags:
- x86_64
- 64 bit
- name: "linux.arm32"
title: "Linux"
caption: "Standard (arm32)"
tags:
- arm32
- 32 bit
- name: "linux.arm64"
title: "Linux"
caption: "Standard (arm64)"
tags:
- arm64
- 64 bit
- name: "linux_server.64"
title: "Linux Server"
caption: "Standard (x86_64)"
tags:
- x86_64
- 64 bit
- name: "linux_server.headless.64"
title: "Linux Server"
caption: "Headless (x86_64)"
tags:
- x86_64
- 64 bit
- Headless
- name: "macos.universal"
title: "macOS"
caption: "Standard"
tags:
- Apple Silicon
- x86_64
- 64 bit
- name: "web"
title: "Web editor"
caption: ""
tags:
- Self-hosted
- Cross-platform
- name: "windows.32"
title: "Windows"
caption: "Standard (x86_32)"
tags:
- x86_32
- 32 bit
- name: "windows.64"
title: "Windows"
caption: "Standard (x86_64)"
tags:
- x86_64
- 64 bit
- name: "windows.arm64"
title: "Windows"
caption: "Standard (arm64)"
tags:
- arm64
- 64 bit