Skip to content

Commit

Permalink
4.4beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonperforming committed Feb 2, 2025
1 parent cdb3934 commit d7b32e8
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bucket/godot-4.4beta2-net.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "4.4beta2-net",
"description": "A feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.",
"homepage": "https://godotengine.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_mono_win64.zip",
"hash": "sha512:27f6deda40f8c3273ca3c7fd3e5f20c2431d8befa3e15682b60a82d96578535defba12d4f6cc41f1f0e7b643e3814535c702275c08334278592391ad9979d038",
"extract_dir": "Godot_v4.4beta2_mono_win64"
},
"32bit": {
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_mono_win32.zip",
"hash": "sha512:672d50d2462195e5f3cb7e6faad7af4265c2a836a1e18d5f647e3e3db02c3e55359b5ba1cff78d29206e681f900f8cb1276b73c4b434ff963b1e7ac1531894f4",
"extract_dir": "Godot_v4.4beta2_mono_win32"
},
"arm64": {
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_mono_windows_arm64.zip",
"hash": "sha512:7a7dc310675d7a9e88945ed205ae3b616996d3f30d390b67c0aef449293a1a826d285fef43dcb166afac8a7191dd2ded69b1697ed31e5fc1425f5a9d018949fe",
"extract_dir": "Godot_v4.4beta2_windows_mono_arm64"
}
},
"pre_install": [
"Remove-Item \"$dir\\Godot_*_console.*\"",
"Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
],
"bin": [
[
"godot.exe",
"godot4.2beta2net"
]
],
"shortcuts": [
[
"godot.exe",
"Godot Engine (4.2beta2, .NET)"
]
]
}
39 changes: 39 additions & 0 deletions bucket/godot-4.4beta2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "4.4beta2",
"description": "A feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.",
"homepage": "https://godotengine.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_win64.exe.zip",
"hash": "sha512:238c9c43a727fca8d6e1ea619699340bc4ef1a308b66ac80a995e308dde45741eeca3b6433997b13dec2fedcdb82598c1d90d8a7b3dfe57ab0fe92b0285385d1",
"extract_dir": "Godot_v4.4beta2_win64"
},
"32bit": {
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_win32.exe.zip",
"hash": "sha512:1402d638847fb2befced5eeeffd3e9c3dbc939bdf30b3b5bdb4b97322a3344e56df222de25509a0cdb6388425a3cd76dc7fc0e8505a53a5fb94226b01c4a4b2b",
"extract_dir": "Godot_v4.4beta2_win32"
},
"arm64": {
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_windows_arm64.exe.zip",
"hash": "sha512:422f311d6ce913202a5923cde1345b17e3c55a05ad13c3a63d19c07b4776db3f11ebb84061184e39abab1450d81bd2f95d5cd61600fdc86a0a095e5ba6bb9df5",
"extract_dir": "Godot_v4.4beta2_windows_arm64"
}
},
"pre_install": [
"Remove-Item \"$dir\\Godot_*_console.*\"",
"Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
],
"bin": [
[
"godot.exe",
"godot4.2beta2"
]
],
"shortcuts": [
[
"godot.exe",
"Godot Engine (4.2beta2)"
]
]
}

0 comments on commit d7b32e8

Please sign in to comment.