cocktailpeanut há 1 mês atrás
pai
commit
92c7a898ed
2 ficheiros alterados com 3 adições e 3 exclusões
  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 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 \
           #  --title "Release v$PACKAGE_VERSION" \
           #  --notes "Pinokio version $PACKAGE_VERSION."

+ 2 - 2
package.json

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