Skip to content

Commit

Permalink
Update dist [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed May 21, 2024
1 parent ebcbaf1 commit f953dac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 1k/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ for (( i=0; i<${libs_count}; ++i )); do
echo "dist $lib_name ..."
source src/$lib_name/dist1.sh $DIST_ROOT
cd ${DIST_NAME}
if [ $DIST_REVISION = 'devtools' ] ; then
mv ./$lib_name ./$lib_name-$ver
lib_name=$lib_name-$ver
fi
zip -q -r ../seprate/$lib_name.zip ./$lib_name
cd ..
done
Expand Down

0 comments on commit f953dac

Please sign in to comment.