Skip to content

Commit

Permalink
fix: To add openRpc to the artifacts
Browse files Browse the repository at this point in the history
Fix to add oprnRpc to the artifacts
  • Loading branch information
kdivya153 committed Sep 11, 2024
1 parent 5e7cda8 commit 7ba7ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages/cpp/templates/sdk/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ cp -aR ${SdkPath}/include ${ReleasePath}
cp -aR ${SdkPath}/cmake ${ReleasePath}
cp -aR ${SdkPath}/scripts/build.sh ${ReleasePath}
cp -aR ${SdkPath}/CMakeLists.txt ${ReleasePath}
mv ${SdkPath}/firebolt-*open-rpc.json ${ReleasePath}
cp -aR ${SdkPath}/cpptest ${ReleasePath}/test

sed -i'' -e '/EnableTest="ON";;/d' ${ReleasePath}/build.sh
Expand Down

0 comments on commit 7ba7ccc

Please sign in to comment.