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