From 7faba49f669bb5e3dc7a00d82c30518f6a39b62c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 10 Oct 2019 11:53:49 +0100 Subject: [PATCH] fix quotes --- scripts/electron_afterSign.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/electron_afterSign.js b/scripts/electron_afterSign.js index 78211d41bd..20bb867ddf 100644 --- a/scripts/electron_afterSign.js +++ b/scripts/electron_afterSign.js @@ -20,6 +20,6 @@ exports.default = async function(context) { appBundleId: 'im.riot.app', appPath: `${appOutDir}/${appName}.app`, appleId: userId, - appleIdPassword: '@keychain:NOTARIZE_CREDS, + appleIdPassword: '@keychain:NOTARIZE_CREDS', }); };