diff --git a/.devcontainer/vmr-source-build/init.sh b/.devcontainer/vmr-source-build/init.sh index d08c2751c..4fb525c6a 100755 --- a/.devcontainer/vmr-source-build/init.sh +++ b/.devcontainer/vmr-source-build/init.sh @@ -24,6 +24,8 @@ pushd "$installer_dir" --vmr "$vmr_dir" \ --tmp "$tmp_dir" \ --branch "$vmr_branch" \ + --readme-template $installer_dir/src/VirtualMonoRepo/README.template.md \ + --tpn-template $installer_dir/src/VirtualMonoRepo/THIRD-PARTY-NOTICES.template.txt \ --debug popd