debugging configuration object to see what I've got to work with

This commit is contained in:
Joseph Flinn 2020-12-30 22:06:48 +00:00
parent 11b31fb97d
commit db5c04e7de
2 changed files with 3 additions and 3 deletions

View File

@ -120,6 +120,7 @@
"nsis-web",
"appx"
],
"sign": "./sign.js",
"extraResources": [
{
"from": "node_modules/regedit/vbs",

View File

@ -1,9 +1,8 @@
exports.default = async function(configuration) {
console.log(`config:\n${JSON.stringify(configuration)}`)
require("child_process").execSync(
`echo
"${configuration}"
`,
`echo 'Heyo!'`,
{
stdio: "inherit"
}