We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a3088 commit f5b43e2Copy full SHA for f5b43e2
setup.sh
@@ -138,6 +138,7 @@ sed -i "s/%%cpp_init_description%%/$desc/g" vcpkg.json
138
sed -i "s|%%cpp_init_url%%|$url|g" vcpkg.json
139
sed -i "s|%%cpp_init_vcpkg_name%%|$vcpkg_name|g" vcpkg.json
140
141
+rm -rf "include/$name"
142
mv include/cpp_init_replace/ "include/$name"
143
144
sed -i "s|https://github.com/dk949/cpp-init/|$url/|g" README.md
0 commit comments