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.
1 parent 66e0ed1 commit 9381245Copy full SHA for 9381245
convertToSingleHost.js
@@ -279,7 +279,7 @@ if (projectName) {
279
}
280
281
// Modify the manifest to include the name and id of the project
282
- const cmdLine = `npx office-addin-manifest modify ${manifestPath} -g ${appId} -d ${projectName}`;
+ const cmdLine = `npx office-addin-manifest modify ${manifestPath} -g ${appId} -d "${projectName}"`;
283
childProcess.exec(cmdLine, (error, stdout) => {
284
if (error) {
285
console.error(`Error updating the manifest: ${error}`);
0 commit comments