Skip to content

Commit c61248b

Browse files
committed
Download: Add Horizon OS APK and Horizon Store app, minor refactoring
1 parent 2e8c43c commit c61248b

File tree

2 files changed

+64
-24
lines changed

2 files changed

+64
-24
lines changed

_data/download_configs.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ defaults:
33
templates: export_templates.tpz
44
editor:
55
android.apk: android_editor.apk
6+
android.horizonos: android_editor_horizonos.apk
67
linux.64: linux.x86_64.zip
78
linux.32: linux.x86_32.zip
89
linux.arm64: linux.arm64.zip
@@ -148,3 +149,35 @@ overrides:
148149
windows.32: mono_win32.zip
149150
extras:
150151
aar_library: template_release.aar
152+
153+
# Godot 4.4 dev 2 introduced Android Horizon OS builds.
154+
- version: 4
155+
range:
156+
- "4.3-rc1"
157+
- "4.4-dev1"
158+
config:
159+
templates: export_templates.tpz
160+
editor:
161+
android.apk: android_editor.apk
162+
linux.64: linux.x86_64.zip
163+
linux.32: linux.x86_32.zip
164+
linux.arm64: linux.arm64.zip
165+
linux.arm32: linux.arm32.zip
166+
macos.universal: macos.universal.zip
167+
windows.64: win64.exe.zip
168+
windows.32: win32.exe.zip
169+
windows.arm64: windows_arm64.exe.zip
170+
web: web_editor.zip
171+
mono:
172+
templates: mono_export_templates.tpz
173+
editor:
174+
linux.64: mono_linux_x86_64.zip
175+
linux.32: mono_linux_x86_32.zip
176+
linux.arm64: mono_linux_arm64.zip
177+
linux.arm32: mono_linux_arm32.zip
178+
macos.universal: mono_macos.universal.zip
179+
windows.64: mono_win64.zip
180+
windows.32: mono_win32.zip
181+
windows.arm64: mono_windows_arm64.zip
182+
extras:
183+
aar_library: template_release.aar

_data/download_platforms.yml

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- name: "android.apk"
1616
title: "Android"
17-
caption: "Universal APK"
17+
caption: "APK - Universal"
1818
tags:
1919
- APK download
2020
- arm64
@@ -24,64 +24,74 @@
2424

2525
- name: "android.playstore"
2626
title: "Android"
27-
caption: "Play Store Universal"
27+
caption: "Play Store"
2828
tags:
2929
- Play Store
3030
- arm64
3131
- arm32
3232
- x86_64
3333
- x86_32
3434

35+
- name: "android.horizonos"
36+
title: "Horizon OS"
37+
caption: "APK - arm64"
38+
tags:
39+
- APK download
40+
- Meta Quest 3 & Pro
41+
- arm64
42+
43+
- name: "android.horizonstore"
44+
title: "Horizon OS"
45+
caption: "Horizon Store"
46+
tags:
47+
- Horizon Store
48+
- Meta Quest 3 & Pro
49+
- arm64
50+
3551
- name: "linux.32"
3652
title: "Linux"
37-
caption: "Standard (x86_32)"
53+
caption: "x86_32"
3854
tags:
3955
- x86_32
40-
- 32 bit
4156

4257
- name: "linux.64"
4358
title: "Linux"
44-
caption: "Standard (x86_64)"
59+
caption: "x86_64"
4560
tags:
4661
- x86_64
47-
- 64 bit
4862

4963
- name: "linux.arm32"
5064
title: "Linux"
51-
caption: "Standard (arm32)"
65+
caption: "arm32"
5266
tags:
5367
- arm32
54-
- 32 bit
5568

5669
- name: "linux.arm64"
5770
title: "Linux"
58-
caption: "Standard (arm64)"
71+
caption: "arm64"
5972
tags:
6073
- arm64
61-
- 64 bit
6274

6375
- name: "linux_server.64"
6476
title: "Linux Server"
65-
caption: "Standard (x86_64)"
77+
caption: "Export Template - x86_64"
6678
tags:
6779
- x86_64
68-
- 64 bit
80+
- Headless
6981

7082
- name: "linux_server.headless.64"
7183
title: "Linux Server"
72-
caption: "Headless (x86_64)"
84+
caption: "Editor - x86_64"
7385
tags:
7486
- x86_64
75-
- 64 bit
7687
- Headless
7788

7889
- name: "macos.universal"
7990
title: "macOS"
80-
caption: "Standard"
91+
caption: "Universal"
8192
tags:
82-
- Apple Silicon
83-
- x86_64
84-
- 64 bit
93+
- arm64 (Apple Silicon)
94+
- x86_64 (Intel)
8595

8696
- name: "web"
8797
title: "Web editor"
@@ -92,21 +102,18 @@
92102

93103
- name: "windows.32"
94104
title: "Windows"
95-
caption: "Standard (x86_32)"
105+
caption: "x86_32"
96106
tags:
97107
- x86_32
98-
- 32 bit
99108

100109
- name: "windows.64"
101110
title: "Windows"
102-
caption: "Standard (x86_64)"
111+
caption: "x86_64"
103112
tags:
104113
- x86_64
105-
- 64 bit
106114

107115
- name: "windows.arm64"
108116
title: "Windows"
109-
caption: "Standard (arm64)"
117+
caption: "arm64"
110118
tags:
111119
- arm64
112-
- 64 bit

0 commit comments

Comments
 (0)