We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0b1c commit bc006a4Copy full SHA for bc006a4
.github/workflows/windows-build.yml
@@ -72,9 +72,12 @@ jobs:
72
--include-data-dir=examples=examples `
73
--include-data-file=dark_theme.qss=dark_theme.qss `
74
--include-data-dir=python_runtime=python_runtime `
75
+ --include-data-file=python_runtime\\python.exe=python_runtime\\python.exe `
76
+ --include-data-file=python_runtime\\*.dll=python_runtime\\ `
77
--assume-yes-for-downloads `
78
main.py
79
80
+
81
- name: Prepare artifact for release
82
id: package
83
run: |
0 commit comments