Skip to content

Commit

Permalink
Merge pull request #105 from eeff/v2.6
Browse files Browse the repository at this point in the history
Pick to v2.6 fix: copy persistence directory to deb
  • Loading branch information
fengzeroz authored Sep 22, 2023
2 parents 2172381 + a025f1e commit 9427b02
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 9427b02

Please sign in to comment.