mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
debugging configuration object to see what I've got to work with
This commit is contained in:
parent
11b31fb97d
commit
db5c04e7de
@ -120,6 +120,7 @@
|
|||||||
"nsis-web",
|
"nsis-web",
|
||||||
"appx"
|
"appx"
|
||||||
],
|
],
|
||||||
|
"sign": "./sign.js",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
"from": "node_modules/regedit/vbs",
|
"from": "node_modules/regedit/vbs",
|
||||||
|
5
sign.js
5
sign.js
@ -1,9 +1,8 @@
|
|||||||
exports.default = async function(configuration) {
|
exports.default = async function(configuration) {
|
||||||
|
console.log(`config:\n${JSON.stringify(configuration)}`)
|
||||||
|
|
||||||
require("child_process").execSync(
|
require("child_process").execSync(
|
||||||
`echo
|
`echo 'Heyo!'`,
|
||||||
"${configuration}"
|
|
||||||
`,
|
|
||||||
{
|
{
|
||||||
stdio: "inherit"
|
stdio: "inherit"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user