mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
Fix create executable script
This commit is contained in:
@@ -12,7 +12,7 @@ def create_executable():
|
||||
|
||||
with tempfile.TemporaryDirectory() as temp_dir:
|
||||
# copy rendercv to temp directory
|
||||
shutil.copytree(root / "rendercv", pathlib.Path(temp_dir) / "rendercv")
|
||||
shutil.copytree(root / "src" / "rendercv", pathlib.Path(temp_dir) / "rendercv")
|
||||
temp_directory = pathlib.Path(temp_dir)
|
||||
rendercv_file_path = temp_directory / "rendercv.py"
|
||||
rendercv_file_path.touch()
|
||||
|
||||
Reference in New Issue
Block a user