Skip to content

Commit e8854be

Browse files
committed
2.0.2: Update gvsbuild to 2024.8.1
Signed-off-by: Capypara <hello@capypara.de>
1 parent 58caabe commit e8854be

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ jobs:
325325
uses: actions/cache@v4
326326
with:
327327
path: "C:\\gtk-build"
328-
key: win-gtk-build-vgtk4-2024.8.0-2
328+
key: win-gtk-build-vgtk4-2024.8.1-1
329329
restore-keys: |
330-
win-gtk-build-vgtk4-2024.8.0-2
330+
win-gtk-build-vgtk4-2024.8.1-1
331331
- name: Checkout
332332
uses: actions/checkout@v4
333333
with:
@@ -357,7 +357,7 @@ jobs:
357357
358358
python -m pip install --user pipx
359359
python -m pipx ensurepath
360-
pipx install "git+https://github.com/wingtk/gvsbuild.git@fix-icon-corruption"
360+
pipx install "gvsbuild==2024.8.1"
361361
- name: Build GTK and other libs
362362
run: |
363363
$env:path = "C:\pipx_bin;" + $env:path

org.skytemple.Randomizer.appdata.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
</content_rating>
6969

7070
<releases>
71+
<release version="2.0.2" date="2024-08-14">
72+
<description>Changelog can be found on GitHub (https://github.com/SkyTemple/skytemple-randomizer/releases/tag/2.0.2).</description>
73+
<url>https://github.com/SkyTemple/skytemple-randomizer/releases/tag/2.0.2</url>
74+
</release>
7175
<release version="2.0.1" date="2024-08-07">
7276
<description>Changelog can be found on GitHub (https://github.com/SkyTemple/skytemple-randomizer/releases/tag/2.0.1).</description>
7377
<url>https://github.com/SkyTemple/skytemple-randomizer/releases/tag/2.0.1</url>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "skytemple-randomizer"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
authors = [
99
{name = 'Marco "Capypara" Köpcke', email = "hello@capypara.de"},
1010
# see About dialog or GitHub contributors list for additional people.

0 commit comments

Comments
 (0)