Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 4.3-rc.1
Browse files Browse the repository at this point in the history
chenasraf committed Nov 7, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lawliet89 Yong Wen Chua
1 parent 2fd2e07 commit 6c919e4
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -85,9 +85,10 @@ jobs:
- [Source code](https://github.com/Redot-Engine/redot-engine/releases/tag/redot-${{ env.VERSION }})
- [Snap Store](https://snapcraft.io/redot)
<!-- - [FlatHub](https://flathub.org/apps/details/org.redotengine.Redot) -->
draft: false
prerelease: ${{ startsWith(github.ref_name, 'v') && contains(github.ref, 'beta') }}
prerelease: ${{ startsWith(github.ref_name, 'v') && (contains(github.ref, 'beta') || contains(github.ref, 'rc')) }}
files: |
Redot.flatpak/Redot.flatpak
Redot.snap/Redot.snap
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,13 +19,13 @@ Choose one of the following download methods:
- **Manual Download**:

Visit
[this release page](https://github.com/Redot-Engine/org.redotengine.Redot/releases/tag/v4.3-beta.3)
[this release page](https://github.com/Redot-Engine/org.redotengine.Redot/releases/tag/v4.3-rc.1)
and download the file named `Redot.flatpak`.

- **Download via `curl`**:

```bash
curl https://github.com/Redot-Engine/org.redotengine.Redot/releases/download/v4.3-beta.3/Redot.flatpak > Redot.flatpak
curl https://github.com/Redot-Engine/org.redotengine.Redot/releases/download/v4.3-rc.1/Redot.flatpak > Redot.flatpak
```

**2. Install the Flatpak:**
8 changes: 4 additions & 4 deletions org.redotengine.Redot.yaml
Original file line number Diff line number Diff line change
@@ -107,13 +107,13 @@ modules:
sources:
# Source code tarball
- type: archive
sha256: 582016a7c2ddc72924274699b8e4db5788c636cb88f563964d94dc97bf258bc7
url: https://github.com/Redot-Engine/redot-engine/archive/refs/tags/redot-4.3-beta.3.tar.gz
sha256: ae1afd55891536ee61eb988e05aaaf7d737d6bd4e21c131b1b5feb7f886dd14b
url: https://github.com/Redot-Engine/redot-engine/archive/refs/tags/redot-4.3-rc.1.tar.gz

# Binary tarball
- type: archive
sha256: c6010a7db9b838349ffb8b2043a5958f49d4c880579fdbcf56ceb2c96d6c9657
url: https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.3-beta.3/Redot_v4.3-beta.3_linux.x86_64.zip
sha256: 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
url: https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.3-rc.1/Redot_v4.3-rc.1_linux.x86_64.zip

- type: script
dest-filename: redot.sh
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ parts:

redot:
plugin: dump
source: https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.3-beta.3/Redot_v4.3-beta.3_linux.x86_64.zip
source: https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.3-beta.3/Redot_v4.3-rc.1_linux.x86_64.zip
organize:
Redot_*: redot
stage:

0 comments on commit 6c919e4

Please sign in to comment.