Skip to content

Commit

Permalink
fix: copy persistence directory to deb
Browse files Browse the repository at this point in the history
  • Loading branch information
eeff committed Sep 22, 2023
1 parent 2172381 commit a025f1e
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 a025f1e

Please sign in to comment.