Browse Source

3.20.0 - apple signature

cocktailpeanut 1 month ago
parent
commit
894fae30bc
2 changed files with 4 additions and 2 deletions
  1. 2 0
      .github/workflows/build.yml
  2. 2 2
      package.json

+ 2 - 0
.github/workflows/build.yml

@@ -120,6 +120,8 @@ jobs:
           # release the app after building
           # release the app after building
           #release: ${{ startsWith(github.ref, 'refs/tags/v') }}
           #release: ${{ startsWith(github.ref, 'refs/tags/v') }}
           release: true
           release: true
+          mac_certs: ${{ secrets.mac_certs }}
+          mac_certs_password: ${{ secrets.mac_certs_password }}
 
 
   linux:
   linux:
     needs: "create-release"
     needs: "create-release"

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "Pinokio",
   "name": "Pinokio",
   "private": true,
   "private": true,
-  "version": "3.19.123",
+  "version": "3.20.0",
   "homepage": "https://pinokio.co",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "description": "pinokio",
   "main": "main.js",
   "main": "main.js",
@@ -122,7 +122,7 @@
   "dependencies": {
   "dependencies": {
     "electron-store": "^8.1.0",
     "electron-store": "^8.1.0",
     "electron-window-state": "^5.0.3",
     "electron-window-state": "^5.0.3",
-    "pinokiod": "^3.19.123"
+    "pinokiod": "^3.20.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@electron/rebuild": "3.2.10",
     "@electron/rebuild": "3.2.10",