fix quotes

This commit is contained in:
David Baker 2019-10-10 11:53:49 +01:00
parent bad97db302
commit 7faba49f66

View file

@ -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',
});
};