diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 68d0da2..0862602 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -31,11 +31,8 @@ jobs: Get-ChildItem -Path . -Filter "*.cfg" | Select-Object Name - name: Windows Build - run: | - New-Item -ItemType Directory -Force -Path "build\windows" - & "D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe" - Write-Host "Godot exit code: $LASTEXITCODE" - continue-on-error: false + run: .\build-windows.bat + shell: cmd - name: Check Build Output run: | diff --git a/addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll b/addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll new file mode 100644 index 0000000..60e5fe6 Binary files /dev/null and b/addons/godot-git-plugin/win64/~libgit_plugin.windows.editor.x86_64.dll differ diff --git a/bin/~libgdexample.windows.template_debug.x86_64.dll b/bin/~libgdexample.windows.template_debug.x86_64.dll new file mode 100644 index 0000000..c28b9ad Binary files /dev/null and b/bin/~libgdexample.windows.template_debug.x86_64.dll differ