Skip to content

Commit

Permalink
Copy examples from the root of the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas FitzRoy-Dale committed Aug 5, 2024
1 parent 9b52540 commit f0fea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_deps/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
shutil.copy(config_dist_pathname, config_pathname)

# Since we created the config, this may be a new install. Copy the examples as well.
examples_dist_dir = os.path.join(PYTHONDIR, 'example')
examples_dist_dir = os.path.join(PYTHONDIR, os.pardir, 'example')
examples_dir = os.path.join(rime_base, 'example')
shutil.copytree(examples_dist_dir, examples_dir)

Expand Down

0 comments on commit f0fea1f

Please sign in to comment.