cocktailpeanut 1 tháng trước cách đây
mục cha
commit
3db6d87058
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 3 0
      .github/workflows/build.yml
  2. 2 2
      package.json

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

@@ -62,6 +62,7 @@ jobs:
           args: --win --dir  # Build win-unpacked only
 
 ### sign start
+
       - name: upload-unsigned-artifact
         id: upload-unsigned-artifact
         uses: actions/upload-artifact@v4
@@ -88,6 +89,8 @@ jobs:
       - name: Replace with signed exe
         run: |
           copy /Y ".\signed-windows\Pinokio.exe" ".\dist-win32\win-unpacked\Pinokio.exe"
+        shell: cmd
+
 ### sign end
 
       # Build the final installer from the signed exe

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "Pinokio",
   "private": true,
-  "version": "3.22.0",
+  "version": "3.23.0",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "main": "main.js",
@@ -116,7 +116,7 @@
     "electron-store": "^8.1.0",
     "electron-updater": "^6.6.2",
     "electron-window-state": "^5.0.3",
-    "pinokiod": "^3.22.0"
+    "pinokiod": "^3.23.0"
   },
   "devDependencies": {
     "@electron/rebuild": "3.2.10",