From 35bb671e31dddbced61ab09f8a239f5fea84481a Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 15 Dec 2022 09:47:17 -0600 Subject: [PATCH] build: only unpack keytar for macOS to avoid Windows runtime issue (skip e2e) --- packages/desktop/package.json | 6 +++--- packages/web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e5dc211b9..a555369cb 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -91,9 +91,6 @@ "assets/**/*", "icon/**/*" ], - "asarUnpack": [ - "node_modules/keytar" - ], "protocols": [ { "name": "Standard Notes", @@ -110,6 +107,9 @@ "extendInfo": { "NSCameraUsageDescription": "Standard Notes requires access to your camera to enable the Moments feature." }, + "asarUnpack": [ + "node_modules/keytar" + ], "target": [ "dmg", "zip" diff --git a/packages/web/package.json b/packages/web/package.json index 24ace5344..ced1f8466 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.126.2", + "version": "3.126.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",