We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd51ac3 + b621477 commit bcc4013Copy full SHA for bcc4013
convertToSingleHost.js
@@ -241,7 +241,7 @@ if (projectName) {
241
}
242
243
// Modify the manifest to include the name and id of the project
244
- const cmdLine = `npx office-addin-manifest modify ${manifestPath} -g ${appId} -d ${projectName}`;
+ const cmdLine = `npx office-addin-manifest modify ${manifestPath} -g ${appId} -d "${projectName}"`;
245
childProcess.exec(cmdLine, (error, stdout) => {
246
if (error) {
247
console.error(`Error updating the manifest: ${error}`);
0 commit comments