mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-21 09:29:52 +00:00
Updated release script to include .bin files
Change-Id: Ic09c51f721a3c517a43282b053dbdf9a55fba902
This commit is contained in:
parent
58978d3e05
commit
1b0c0624ff
@ -16,8 +16,9 @@ pushd target
|
||||
make clean
|
||||
make
|
||||
|
||||
cp --parents */*/*.bit ../${DIR}
|
||||
cp --parents */*/*.mcs ../${DIR}
|
||||
cp --parents */*/ice*.bit ../${DIR}
|
||||
cp --parents */*/ice*.bin ../${DIR}
|
||||
cp --parents */*/ice*.mcs ../${DIR}
|
||||
|
||||
popd
|
||||
|
||||
@ -27,5 +28,3 @@ popd
|
||||
|
||||
echo "Built release in: "${DIR}
|
||||
unzip -l releases/${NAME}.zip
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user