Skip to content

Commit

Permalink
fix: Add open-rpc to generated C++ SDK (#217)
Browse files Browse the repository at this point in the history
Fix to add openRpc to the artifacts

Co-authored-by: kschrief <[email protected]>
  • Loading branch information
kdivya153 and kschrief authored Sep 17, 2024
1 parent a5190ad commit a02980a
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 @@ -55,6 +55,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 a02980a

Please sign in to comment.