1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-18 01:03:22 +00:00

Initial commit of set password flow

This commit is contained in:
Vincent Salucci
2020-08-20 21:32:20 -05:00
parent 294590882f
commit c07c56f89b
5 changed files with 178 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ require('dotenv').config();
const { notarize } = require('electron-notarize');
exports.default = async function notarizing(context) {
return;
const { electronPlatformName, appOutDir } = context;
if (electronPlatformName !== 'darwin') {
return;