Skip to content

Commit 6d02f7e

Browse files
committed
Update dobuild.py
1 parent 5c78b64 commit 6d02f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dobuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
qmake = f"{Qtinstallpath}/bin/qmake.exe"
2828
elif sys.platform == "linux":
2929
pyPathEx = f"/opt/hostedtoolcache/Python/3.12.10/x64/bin/python"
30-
pyDir = f"/opt/hostedtoolcache/Python/{pythonversion}/{arch}/bin/python"
30+
pyDir = f"/opt/hostedtoolcache/Python/{pythonversion}/{arch}/bin"
3131
pyPath = f"{pyDir}/python.exe"
3232
Qtinstallpath = f"/home/runner/work/PyElaWidgetTools/Qt/{qtversion}/{qtarchdir}"
3333
qmake = f"{Qtinstallpath}/bin/qmake"

0 commit comments

Comments
 (0)