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/**/*",
"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"

View File

@@ -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",