Skip to content

Commit

Permalink
Update Godot to 4.2.2 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored May 8, 2024
1 parent bddb02c commit 3eccff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Godot
uses: chickensoft-games/setup-godot@v2
with:
version: 4.2.1
version: 4.2.2
use-dotnet: false
include-templates: true
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Godot
uses: chickensoft-games/setup-godot@v2
with:
version: 4.2.1
version: 4.2.2
use-dotnet: false
include-templates: true
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ You will need Rust, Cargo, OpenSSL, Godot4 and export templates.
- If you prefer to use the terminal these commands should work:
```bash
$ mkdir -p ~/.local/share/godot/templates/4.2.1.stable/
$ wget https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_export_templates.tpz
$ unzip -j Godot_v4.1-stable_export_templates.tpz -d ~/.local/share/godot/templates/4.2.1.stable/
$ mkdir -p ~/.local/share/godot/templates/4.2.2.stable/
$ wget https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz
$ unzip -j Godot_v4.2.2-stable_export_templates.tpz -d ~/.local/share/godot/templates/4.2.2.stable/
```
#### 3. Install and lauch the debug build
Expand Down

0 comments on commit 3eccff4

Please sign in to comment.