mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50: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))) {
|
||||
@'
|
||||
import os, subprocess, sys
|
||||
exe = os.path.join(os.path.dirname(__file__), "glib-genmarshal.exe")
|
||||
sys.exit(subprocess.call([exe] + sys.argv[1:]))
|
||||
'@ | Set-Content -Path $genPy -Encoding ASCII
|
||||
import os, subprocess, sys
|
||||
exe = os.path.join(os.path.dirname(__file__), "glib-genmarshal.exe")
|
||||
sys.exit(subprocess.call([exe] + sys.argv[1:]))
|
||||
'@ | Set-Content -Path $genPy -Encoding ASCII
|
||||
}
|
||||
|
||||
# -----------------------------
|
||||
|
||||
Reference in New Issue
Block a user