|
@@ -1,7 +1,7 @@
|
|
{
|
|
{
|
|
"name": "Pinokio",
|
|
"name": "Pinokio",
|
|
"private": true,
|
|
"private": true,
|
|
- "version": "3.33.0",
|
|
|
|
|
|
+ "version": "3.35.0",
|
|
"homepage": "https://pinokio.co",
|
|
"homepage": "https://pinokio.co",
|
|
"description": "pinokio",
|
|
"description": "pinokio",
|
|
"main": "main.js",
|
|
"main": "main.js",
|
|
@@ -24,7 +24,6 @@
|
|
"build": {
|
|
"build": {
|
|
"appId": "computer.pinokio",
|
|
"appId": "computer.pinokio",
|
|
"afterPack": "chmod.js",
|
|
"afterPack": "chmod.js",
|
|
- "afterSign": "electron-builder-notarize",
|
|
|
|
"directories": {
|
|
"directories": {
|
|
"output": "dist-${platform}"
|
|
"output": "dist-${platform}"
|
|
},
|
|
},
|
|
@@ -61,6 +60,7 @@
|
|
],
|
|
],
|
|
"mac": {
|
|
"mac": {
|
|
"category": "utility",
|
|
"category": "utility",
|
|
|
|
+ "afterSign": "electron-builder-notarize",
|
|
"target": [
|
|
"target": [
|
|
{
|
|
{
|
|
"target": "default",
|
|
"target": "default",
|
|
@@ -100,7 +100,6 @@
|
|
},
|
|
},
|
|
"win": {
|
|
"win": {
|
|
"artifactName": "Pinokio.${ext}",
|
|
"artifactName": "Pinokio.${ext}",
|
|
- "forceCodeSigning": false,
|
|
|
|
"target": [
|
|
"target": [
|
|
{
|
|
{
|
|
"target": "nsis",
|
|
"target": "nsis",
|
|
@@ -117,7 +116,7 @@
|
|
"electron-store": "^8.1.0",
|
|
"electron-store": "^8.1.0",
|
|
"electron-updater": "^6.6.2",
|
|
"electron-updater": "^6.6.2",
|
|
"electron-window-state": "^5.0.3",
|
|
"electron-window-state": "^5.0.3",
|
|
- "pinokiod": "^3.33.0"
|
|
|
|
|
|
+ "pinokiod": "^3.35.0"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@electron/rebuild": "3.2.10",
|
|
"@electron/rebuild": "3.2.10",
|