cocktailpeanut 1 月之前
父節點
當前提交
92c7a898ed
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/build.yml
  2. 2 2
      package.json

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

@@ -129,7 +129,7 @@ jobs:
           #gh release create "v$PACKAGE_VERSION" ./signed-windows/*.exe \
           #gh release create "v$PACKAGE_VERSION" ./signed-windows/*.exe \
 
 
           #gh release upload "v$PACKAGE_VERSION" ./dist-win32/*.exe .dist-win32/latest.yml ./dist-win32/*.exe.blockmap
           #gh release upload "v$PACKAGE_VERSION" ./dist-win32/*.exe .dist-win32/latest.yml ./dist-win32/*.exe.blockmap
-          gh release upload "v$PACKAGE_VERSION" ./signed-windows/*.exe ./dist-win32/latest.yml ./dist-win32/*.exe.blockmap
+          gh release upload "v$PACKAGE_VERSION" ./signed-windows/*.exe ./dist-win32/latest.yml ./dist-win32/*.exe.blockmap --clobber
           #gh release create "v$PACKAGE_VERSION" ./dist-win32/*.exe \
           #gh release create "v$PACKAGE_VERSION" ./dist-win32/*.exe \
           #  --title "Release v$PACKAGE_VERSION" \
           #  --title "Release v$PACKAGE_VERSION" \
           #  --notes "Pinokio version $PACKAGE_VERSION."
           #  --notes "Pinokio version $PACKAGE_VERSION."

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "Pinokio",
   "name": "Pinokio",
   "private": true,
   "private": true,
-  "version": "3.39.0",
+  "version": "3.40.0",
   "homepage": "https://pinokio.co",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "description": "pinokio",
   "main": "main.js",
   "main": "main.js",
@@ -119,7 +119,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.39.0"
+    "pinokiod": "^3.40.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@electron/rebuild": "3.2.10",
     "@electron/rebuild": "3.2.10",