build: only unpack keytar for macOS to avoid Windows runtime issue (skip e2e)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user