Skip to content

Commit

Permalink
Merge pull request #104 from eeff/main
Browse files Browse the repository at this point in the history
fix: copy persistence directory to deb
  • Loading branch information
fengzeroz authored Sep 22, 2023
2 parents 7f9cfc2 + 94c2f3a commit 0e9b6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_neuron_deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def parse_args():
mkdeb.copy_dir(package_dir + '/plugins', '/opt/neuron/')
mkdeb.copy_dir(package_dir + '/dist', '/opt/neuron/')
mkdeb.copy_dir(package_dir + '/simulator', '/opt/neuron/')
mkdeb.copy_dir(package_dir + '/persistence', '/opt/neuron/')

mkdeb.create_deb_file(rules)

Expand Down

0 comments on commit 0e9b6f6

Please sign in to comment.