build: only unpack keytar for macOS to avoid Windows runtime issue (skip e2e)

This commit is contained in:
Mo
2022-12-15 09:47:17 -06:00
parent d76b190aba
commit 35bb671e31
2 changed files with 4 additions and 4 deletions

View File

@@ -91,9 +91,6 @@
"assets/**/*", "assets/**/*",
"icon/**/*" "icon/**/*"
], ],
"asarUnpack": [
"node_modules/keytar"
],
"protocols": [ "protocols": [
{ {
"name": "Standard Notes", "name": "Standard Notes",
@@ -110,6 +107,9 @@
"extendInfo": { "extendInfo": {
"NSCameraUsageDescription": "Standard Notes requires access to your camera to enable the Moments feature." "NSCameraUsageDescription": "Standard Notes requires access to your camera to enable the Moments feature."
}, },
"asarUnpack": [
"node_modules/keytar"
],
"target": [ "target": [
"dmg", "dmg",
"zip" "zip"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/web", "name": "@standardnotes/web",
"version": "3.126.2", "version": "3.126.3",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes", "author": "Standard Notes",