Skip to content

Commit 068239a

Browse files
committed
🚧 move python file to main folder
1 parent a3b4688 commit 068239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/copy_python_executable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
python_exe = Path(sys.executable) # .with_stem("python")
66
print("Copying python executable:", python_exe)
7-
shutil.copy(python_exe, "dist/vuegen_gui/_internal/python")
7+
shutil.copy(python_exe, "dist/vuegen_gui/python")
88
print("Done.")

0 commit comments

Comments
 (0)