cocktailpeanut 1 bulan lalu
induk
melakukan
09382bf877
2 mengubah file dengan 4 tambahan dan 17 penghapusan
  1. 2 0
      .github/workflows/build.yml
  2. 2 17
      package.json

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

@@ -90,6 +90,8 @@ jobs:
 
       # Build the final installer from the signed exe
       - name: Build final installer
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
           yarn run electron-builder --win --prepackaged dist-win32/win-unpacked
 

+ 2 - 17
package.json

@@ -1,7 +1,7 @@
 {
   "name": "Pinokio",
   "private": true,
-  "version": "3.20.21",
+  "version": "3.20.22",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "main": "main.js",
@@ -59,21 +59,6 @@
         ]
       }
     ],
-    "dmg": {
-      "background": "./assets/background.gif",
-      "contents": [
-        {
-          "x": 250,
-          "y": 150
-        },
-        {
-          "x": 550,
-          "y": 150,
-          "type": "link",
-          "path": "/Applications"
-        }
-      ]
-    },
     "mac": {
       "category": "utility",
       "target": [
@@ -131,7 +116,7 @@
     "electron-store": "^8.1.0",
     "electron-updater": "^6.6.2",
     "electron-window-state": "^5.0.3",
-    "pinokiod": "^3.20.21"
+    "pinokiod": "^3.20.22"
   },
   "devDependencies": {
     "@electron/rebuild": "3.2.10",