feat(val-blog): add 2026-04-30 dream journey post
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
[preset.0]
|
||||
name="macOS (Universal)"
|
||||
platform="mac_os"
|
||||
target="editor"
|
||||
architecture="universal"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.1]
|
||||
name="Windows (x86_64)"
|
||||
platform="windows"
|
||||
target="editor"
|
||||
architecture="x86_64"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.2]
|
||||
name="macOS (ARM64)"
|
||||
platform="mac_os"
|
||||
target="editor"
|
||||
architecture="arm64"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.3]
|
||||
name="macOS (x86_64)"
|
||||
platform="mac_os"
|
||||
target="editor"
|
||||
architecture="x86_64"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.4]
|
||||
name="Windows (x86_64) Release"
|
||||
platform="windows"
|
||||
target="template_release"
|
||||
architecture="x86_64"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.5]
|
||||
name="macOS (Universal) Release"
|
||||
platform="mac_os"
|
||||
target="template_release"
|
||||
architecture="universal"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.6]
|
||||
name="macOS (ARM64) Release"
|
||||
platform="mac_os"
|
||||
target="template_release"
|
||||
architecture="arm64"
|
||||
icon="res://icon.png"
|
||||
|
||||
[preset.7]
|
||||
name="macOS (x86_64) Release"
|
||||
platform="mac_os"
|
||||
target="template_release"
|
||||
architecture="x86_64"
|
||||
icon="res://icon.png"
|
||||
Reference in New Issue
Block a user