Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed May 22, 2024
1 parent 3f39410 commit 1dc1922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1k/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ for (( i=0; i<${libs_count}; ++i )); do
if [ $DIST_REVISION = 'devtools' ] ; then
mv ./$lib_name ./$lib_name-$ver
lib_name=$lib_name-$ver
7z a -r ../seprate/$lib_name.zip ./$lib_name
7z a -r ../seprate/$lib_name.7z ./$lib_name
else
zip -q -r ../seprate/$lib_name.zip ./$lib_name
fi
Expand Down

0 comments on commit 1dc1922

Please sign in to comment.