Skip to content

Commit c800809

Browse files
committed
Update to version 20250725.
1 parent 86fed46 commit c800809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

io.github.openhv.OpenHV.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ modules:
5656

5757
- type: git
5858
url: https://github.com/OpenHV/OpenHV
59-
tag: '20250715'
59+
tag: '20250725'
6060
- type: shell
6161
commands:
6262
- make version

regenerate-nuget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
wget https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/dotnet/flatpak-dotnet-generator.py
33

4-
git clone --depth 1 --branch 20250715 https://github.com/OpenHV/OpenHV.git
4+
git clone --depth 1 --branch 20250725 https://github.com/OpenHV/OpenHV.git
55
pushd OpenHV && make fetch-engine && popd
66
python3 flatpak-dotnet-generator.py openra-x64-nuget.json --destdir engine/nuget-sources --dotnet 6 --runtime linux-x64 --freedesktop 23.08 OpenHV/engine/OpenRA.sln
77
python3 flatpak-dotnet-generator.py openra-arm64-nuget.json --destdir engine/nuget-sources --dotnet 6 --runtime linux-arm64 --freedesktop 23.08 OpenHV/engine/OpenRA.sln

0 commit comments

Comments
 (0)