mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 13:10:19 +00:00
gtk3 github actions fix
This commit is contained in:
8
.github/workflows/windows-build.yml
vendored
8
.github/workflows/windows-build.yml
vendored
@@ -122,10 +122,10 @@ jobs:
|
|||||||
|
|
||||||
if ((Test-Path $genExe) -and (-not (Test-Path $genPy))) {
|
if ((Test-Path $genExe) -and (-not (Test-Path $genPy))) {
|
||||||
@'
|
@'
|
||||||
import os, subprocess, sys
|
import os, subprocess, sys
|
||||||
exe = os.path.join(os.path.dirname(__file__), "glib-genmarshal.exe")
|
exe = os.path.join(os.path.dirname(__file__), "glib-genmarshal.exe")
|
||||||
sys.exit(subprocess.call([exe] + sys.argv[1:]))
|
sys.exit(subprocess.call([exe] + sys.argv[1:]))
|
||||||
'@ | Set-Content -Path $genPy -Encoding ASCII
|
'@ | Set-Content -Path $genPy -Encoding ASCII
|
||||||
}
|
}
|
||||||
|
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user