1
0
cocktailpeanut 1 сар өмнө
parent
commit
1cc1d4b30d
2 өөрчлөгдсөн 28 нэмэгдсэн , 28 устгасан
  1. 26 26
      .github/workflows/build.yml
  2. 2 2
      package.json

+ 26 - 26
.github/workflows/build.yml

@@ -61,32 +61,32 @@ jobs:
           release: false
           args: --win --dir  # Build win-unpacked only
 
-      - name: upload-unsigned-artifact
-        id: upload-unsigned-artifact
-        uses: actions/upload-artifact@v4
-        with:
-          #path: dist-win32
-          path: dist-win32/win-unpacked/Pinokio.exe
-          retention-days: 1
-
-      - id: Sign
-        if: ${{ runner.os == 'Windows' }}
-        uses: signpath/github-action-submit-signing-request@v1.1
-        with:
-          api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
-          organization-id: 'd2da0df2-dc12-4516-8222-87178d5ebf3d'
-          project-slug: 'pinokio'
-          signing-policy-slug: 'test-signing'
-          github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
-          wait-for-completion: true
-          output-artifact-directory: './signed-windows'
-          parameters: |
-            version: ${{ toJSON(github.ref_name) }}
-
-      # Replace the unsigned exe with the signed exe
-      - name: Replace with signed exe
-        run: |
-          copy /Y ".\signed-windows\Pinokio.exe" ".\dist\win-unpacked\Pinokio.exe"
+#      - name: upload-unsigned-artifact
+#        id: upload-unsigned-artifact
+#        uses: actions/upload-artifact@v4
+#        with:
+#          #path: dist-win32
+#          path: dist-win32/win-unpacked/Pinokio.exe
+#          retention-days: 1
+#
+#      - id: Sign
+#        if: ${{ runner.os == 'Windows' }}
+#        uses: signpath/github-action-submit-signing-request@v1.1
+#        with:
+#          api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
+#          organization-id: 'd2da0df2-dc12-4516-8222-87178d5ebf3d'
+#          project-slug: 'pinokio'
+#          signing-policy-slug: 'test-signing'
+#          github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
+#          wait-for-completion: true
+#          output-artifact-directory: './signed-windows'
+#          parameters: |
+#            version: ${{ toJSON(github.ref_name) }}
+#
+#      # Replace the unsigned exe with the signed exe
+#      - name: Replace with signed exe
+#        run: |
+#          copy /Y ".\signed-windows\Pinokio.exe" ".\dist\win-unpacked\Pinokio.exe"
 
       # Build the final installer from the signed exe
       - name: Build final installer

+ 2 - 2
package.json

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