Skip to content

Commit

Permalink
Include versioned .so in release file
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Apr 7, 2024
1 parent 6856a92 commit 1d1fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ release:
echo "Hope you have updated version in constants.go"
mkdir -p ${RELEASE_NAME}
cp ${CLI_BIN} ${RELEASE_NAME}/
cp libgovarnam.so ${RELEASE_NAME}/
cp libgovarnam.so* ${RELEASE_NAME}/
cp *.h ${RELEASE_NAME}/
cp *.pc ${RELEASE_NAME}/
cp install.sh ${RELEASE_NAME}/
Expand Down

0 comments on commit 1d1fb67

Please sign in to comment.