fix workflows (again)

This commit is contained in:
2025-10-19 19:45:19 +02:00
parent a2cff15d0d
commit a7132ed1cd
+4 -4
View File
@@ -81,10 +81,10 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
$json = @" $json = @"
{ {
"version": "$env:VERSION" "version": "$env:VERSION"
} }
"@ "@
$json | Out-File -Encoding utf8 build_info.json $json | Out-File -Encoding utf8 build_info.json
- name: Build executable with PyInstaller - name: Build executable with PyInstaller