-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
161 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
powershell Expand-Archive neuropixels-3a.zip -DestinationPath Build/Release | ||
powershell Expand-Archive neuropixels-pxi.zip -DestinationPath Build/Release | ||
powershell Expand-Archive nidaq-plugin.zip -DestinationPath Build/Release | ||
powershell Expand-Archive stream-muxer.zip -DestinationPath Build/Release | ||
powershell Expand-Archive probe-viewer.zip -DestinationPath Build/Release | ||
powershell Expand-Archive zmq-plugins.zip -DestinationPath Build/Release | ||
cp -r open-ephys/shared Build/Release | ||
cp -r open-ephys/plugins/KWIKFormat.dll Build/Release/plugins | ||
cp -r open-ephys/plugins/NWBFormat.dll Build/Release/plugins | ||
gui_ver=0.4.7 | ||
zipfile=open-ephys-${gui_ver}-windows.zip | ||
powershell Compress-Archive -Path "Build/Release" -DestinationPath ${zipfile} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters