manifestContent was being appended with a literal string with {filestText} and {metasText} failing to be replaced because there was no $ in front of the string. This PR adds that required $ sign and the .meta files are now being added correct in the 'files' list as well as the data_files at the end.
manifestContent was being appended with a literal string with {filestText} and {metasText} failing to be replaced because there was no $ in front of the string. This PR adds that required $ sign and the .meta files are now being added correct in the 'files' list as well as the data_files at the end.