Skip to content

Commit 2fbbde3

Browse files
committed
Update code signing and bump version
1 parent 0fe09bc commit 2fbbde3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

presenter-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plodo",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Use plodo to get immediate feedback from your audience while you present",
55
"author": "Lars Baunwall <larslb@plodo.io> (https://www.plodo.io/)",
66
"homepage": "https://www.plodo.io",

presenter-app/sign.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports.default = async function(configuration) {
66
const keyname = process.env.KV_KEYNAME;
77

88
require("child_process").execSync(
9-
`AzureSignTool.exe sign -kvu ${url} -kvi ${login} -kvs ${password} -kvc ${keyname} -tr http://timestamp.digicert.com -v ${configuration.path}`,
9+
`AzureSignTool.exe sign -kvu ${url} -kvi ${login} -kvs ${password} -kvc ${keyname} -tr http://timestamp.digicert.com -v "${configuration.path}"`,
1010
{
1111
stdio: "inherit"
1212
}

0 commit comments

Comments
 (0)