update: upgrade to godot 4.4.0

This commit is contained in:
h z
2025-03-04 12:26:15 +00:00
parent ee4b8074f1
commit 097702a478

3
publish Normal file → Executable file
View File

@@ -1,2 +1,3 @@
#!/bin/bash
dotnet publish -c Release -r linux-x64
SCRIPT_DIR=$(dirname "$(realpath "${BASH_SOURCE[0]}")")/
dotnet publish $SCRIPT_DIR/Polonium.Godot.Patcher.csproj -c Release -r linux-x64