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 a3b4688 commit 068239aCopy full SHA for 068239a
gui/copy_python_executable.py
@@ -4,5 +4,5 @@
4
5
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")
+shutil.copy(python_exe, "dist/vuegen_gui/python")
8
print("Done.")
0 commit comments