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 672bb71 commit a3b4688Copy full SHA for a3b4688
gui/copy_python_executable.py
@@ -2,7 +2,7 @@
2
import sys
3
from pathlib import Path
4
5
-python_exe = Path(sys.executable) #.with_stem("python")
+python_exe = Path(sys.executable) # .with_stem("python")
6
print("Copying python executable:", python_exe)
7
shutil.copy(python_exe, "dist/vuegen_gui/_internal/python")
8
print("Done.")
0 commit comments