Skip to content

Commit

Permalink
zip creation : add bsdl_files folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Mar 5, 2024
1 parent 9f58f1a commit 35d37fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/windowscreatezip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ cp ../Release-notes.txt ./JTAGBoundaryScanner/ || exit 1
cp *.dll ./JTAGBoundaryScanner/Windows$1/ || exit 1
cp *.exe ./JTAGBoundaryScanner/Windows$1/ || exit 1
cp ../lib_jtag_core/src/config.script ./JTAGBoundaryScanner/Windows$1/config.script || exit 1
mkdir JTAGBoundaryScanner/Windows$1/bsdl_files

zip -r JTAGBoundaryScanner_win$1.zip JTAGBoundaryScanner/

0 comments on commit 35d37fd

Please sign in to comment.