Skip to content

Commit

Permalink
re-add ndx-icephys
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 14, 2023
1 parent 41f220d commit 6e1e1ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nwb-guide-windows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ tmp_ret = collect_all('pynwb')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('hdmf')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('ndx_dandi_icephys')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('ci_info')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:flask:mac": "python -m PyInstaller nwb-guide-mac.spec --log-level DEBUG --clean --noconfirm --distpath ./build/flask",
"build:flask:mac-arm64": "python -m PyInstaller nwb-guide-mac-arm64.spec --log-level DEBUG --clean --noconfirm --distpath ./build/flask",
"build:flask:linux": "python -m PyInstaller nwb-guide-linux.spec --log-level DEBUG --clean --noconfirm --distpath ./build/flask",
"build:flask:spec:base": "pyi-makespec --name nwb-guide --onedir --collect-data jsonschema_specifications --collect-all nwbinspector --collect-all neuroconv --collect-all pynwb --collect-all hdmf --collect-all ci_info --hidden-import scipy._distributor_init --hidden-import scipy._lib.messagestream --hidden-import scipy._lib._ccallback --hidden-import scipy._lib._testutils --hidden-import email_validator ./pyflask/app.py",
"build:flask:spec:base": "pyi-makespec --name nwb-guide --onedir --collect-data jsonschema_specifications --collect-all nwbinspector --collect-all neuroconv --collect-all pynwb --collect-all hdmf --collect-all ndx_dandi_icephys --collect-all ci_info --hidden-import scipy._distributor_init --hidden-import scipy._lib.messagestream --hidden-import scipy._lib._ccallback --hidden-import scipy._lib._testutils --hidden-import email_validator ./pyflask/app.py",
"rename:spec:windows": "node -e \"require('fs').rename('nwb-guide.spec', 'nwb-guide-windows.spec', function(err) { if (err) console.log(err); console.log('File successfully renamed!') })\"",
"build:flask:spec:win": "npm run build:flask:spec:base -- --add-data ./paths.config.json;. --add-data ./package.json;. && npm run rename:spec:windows",
"build:flask:spec:unix": "npm run build:flask:spec:base -- --add-data ./paths.config.json:. --add-data ./package.json:. --collect-all ndx_dandi_icephys",
Expand Down

0 comments on commit 6e1e1ef

Please sign in to comment.